Have you set the hostname and bind addresses ? Is there anything in the slave log files ?
This is config that I've used a while ago <persistenceAdapter> <replicatedLevelDB directory="../data/leveldb/amq" replicas="4" zkAddress="10.64.132.40:2182,10.64.132.40:2183, 10.64.132.40:2184" zkPassword="admin" zkPath="/fabric/registry/clusters/fusemq-replication-elections/default" securityToken="admin" sync="quorum_disk" weight="90" hostname="10.64.132.148" bind="tcp://10.64.132.148:61619" /> </persistenceAdapter> hth On Wed, Feb 5, 2014 at 1:42 PM, bpoppa <jimj...@gmail.com> wrote: > So I have the replicatedLevelDB configured and working using the example on > the activeMQ site. Zookeeper is running, when I take a broker down, it > detects and fires up on one of the others in the cluster. My issue is > this....it's just not replicating. When I send messages to the queue, I > can > see it on the master, but if I were then to fail the master, the new master > has none of the previous data. Also, looking in the activemq.log, I see > nothing that shows any replication of messages. > > I feel like I am missing a simple piece. Any thoughts? > > Thanks! > > Jim > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/replicatedLevelDB-not-replicating-messages-tp4677444.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >