Re: Replicated LevelDB Store not working

2013-11-01 Thread Hiram Chirino
Hi Antonio, Just wanted to bring to your attention an issue that Guillaume opened up against the replicated leveldb store: https://issues.apache.org/jira/browse/AMQ-4837 Perhaps the bug related to that issue was also causing your error. If you get a chance could you try out the following build?

Re: Replicated LevelDB Store not working

2013-10-30 Thread Hiram Chirino
On Wed, Oct 30, 2013 at 6:12 AM, Antonio Terreno wrote: > Hi all, > we are having some troubles setting up a cluster of three nodes of ActiveMQ > v.5.9.0 with LevelDB and Zookeeper, as described in this page: > http://activemq.apache.org/replicated-leveldb-store.html. > > The configuration of the

Replicated LevelDB Store not working

2013-10-30 Thread Antonio Terreno
Hi all, we are having some troubles setting up a cluster of three nodes of ActiveMQ v.5.9.0 with LevelDB and Zookeeper, as described in this page: http://activemq.apache.org/replicated-leveldb-store.html. The configuration of the 3 servers is in this gist: https://gist.github.com/aterreno/7229464.