Re: broker network replicated levelDB config problem

2016-05-02 Thread Tim Bain
OK, so you need to figure out architecturally what you're looking for. An ActiveMQ message exists on only a single broker at a time. From a given broker, it can be forwarded to a consumer of the message, which might be an client or might be another broker that is "consuming" the message in order

Re: broker network replicated levelDB config problem

2016-05-02 Thread sekaijin
Thank you very much. that's what I understood from the master / slave what I want to do is http://activemq.apache.org/networks-of-brokers.html But I always have a master / slave behavior A+JYT -- View this message in context: http://activemq.2283324.n4.nabble.com/broker-network-replicated-le

Re: broker network replicated levelDB config problem

2016-05-01 Thread Tim Bain
It's my understanding that only the master broker's web console will be active and the slaves' won't operate till the slave becomes the master, though I've never personally tested that. But it certainly seems consistent with the behavior you're seeing. Tim On May 1, 2016 10:29 AM, "sekaijin" wro

Re: broker network replicated levelDB config problem

2016-05-01 Thread sekaijin
I've found this config https://github.com/dlaube/amq-example/blob/master/apache-activemq-5.9.0/examples/conf/activemq-leveldb-replicating.xml I've duplicated it on my 3 brokers (and changed the TCP port) All activeMQ starts but only one web console are working (the number 3) the log of others brok