There's a problem when I tried to implement a Distributed Queue in Store/Forward ,and the system environment is Windows XP SP2,JDK 1.5.0.12,ActiveMQ 5.2.0 with basic configuration The operations I did as following: 1.Start up the Local Broker L 2.Start up a Local Producer L.P on queue "TEST.Queue" on L and send 12 messages 3.Start up a Local Consumer L.C on queue "TEST.Queue" on L and it received all the messages sent by L.P 4.Start up the Remote Broker R 5.Start up a Remote Consumer R.C on queue "TEST.Queue" on R ****R attach a Consumer on queue "TEST.Queue" on L 6.Send Another 12 messages use L.P,then L.C received 6 messages as well as R.C 7.Shut down L.C and Send 12 messages use L.P, and R.C received the 12 messages 8.Shut down R.C ****The Consumer on queue "TEST.Queue" on L attached by R did not detached 9.Send 12 messages use L.P,then the 12 messages were routed to R directly event though there's no real consumer on R 10.When I restart the Local Consumer L.C on queue "TEST.Queue" on L,it can't receive any messages because of the messages is pending on R
Is that a bug for broker,if not how can I detache the Consumer on L attached by R when I shut down the R.C? -- View this message in context: http://www.nabble.com/Distributed-Queue-in-Store-Forward-bug--tp21343835p21343835.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.