Re: Activemq 5.9 leveldb replication problem

2013-07-03 Thread santonel
Hiram and Christian, thanks for the replies and suggestions. The messages that not get persisted was my fault, because the producer was sending a non persistent messages. I've corrected that behaviour and now the replication works perfectly. I've also setup the total number of nodes as an odd

Re: Activemq 5.9 leveldb replication problem

2013-07-02 Thread Hiram Chirino
Hi Stefano, the replica number should be set to the total number nodes you will be running. Ideally you should use an odd number nodes. For example 3, 5, or 7. If you use 3 nodes to can take 1 nodes down without an outage. If your running 5 nodes nodes, then you can take down 2 nodes without

Re: Activemq 5.9 leveldb replication problem

2013-07-02 Thread Christian Posta
Stefano, I just tried to reproduce the issue you describe, and cannot. Persistent messages get replicated correctly. On Tue, Jul 2, 2013 at 3:42 AM, santonel stefanoantone...@tin.it wrote: I'm trying to setup a replicated LevelDB Store (following the instruction on