Hello, everyone!
I have three durable consumer thread A,B and C and a producer thread P for a
same topic TEST.FOO on the same broker.
step:
1.A,B and C connect broker;
2.p send messages, then A,B and c all got messages;
3.A,B broke down for network unconnected. c get message. and borker
stored message for A and B.
4.Try to start A and B, I got a exception :
javax.jms.InvalidClientIDException: Broker: localhost - Client: consumerId
already connected.
How can A and B get that stored messages?
if at this time, another consumer thread D connect broker ,what D can get
?
I'am waiting ! Thanks very much!
--
View this message in context: http://www.nabble.com/Wha-will-happen--tf2001791.html#a5496972
Sent from the ActiveMQ - User forum at Nabble.com.
|