>From the documentation here <http://activemq.apache.org/replicated-leveldb-store.html> :
All messaging operations which require a sync to disk will wait for the update to be replicated to a quorum of the nodes before completing. So if you configure the store with replicas="3" then the quorum size is (3/2+1)=2. The master will store the update locally and wait for 1 other slave to store the update before reporting success. Another way to think about it is that store will do synchronous replication to a quorum of the replication nodes and asynchronous replication replication to any additional nodes. -- View this message in context: http://activemq.2283324.n4.nabble.com/Zookeeper-for-replicated-LevelDB-tp4686797p4686949.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.