Broker A and broker B build up a network of brokers. 
Assuming in this case a client registered on broker A with clientID
"client1" and somehow he lost the connection, at that time some messages
came, next time when the "client1" resume the connection on broker B, he
supposed to receive the messages when he is not here, right? But I failed on
this case. The "client1" can't receive the messages until he re-connect to
broker A. Actually on broker A he would receive the messages which he has
received in brokers B again. 
Base on that I draw a conclusion that The ActiveMQ treat the same clientID
consumer on different broker as different consumer. But if the broker A
broken, never came back, we would lost some messages. Is it possible that we
recover the messages? I knew master/slave but can we build up a network with
two master/slave pairs and how?


-- 
View this message in context: 
http://www.nabble.com/Does-The-ActiveMQ-treat-the-same-clientID-consumer-on-different-broker-as-different-consumer--tp24259343p24259343.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to