I'm using ActiveMQ 5.1.0 broker. 

Ive set up 2 consumers to listen for messages from a producer. Both are
created with queue as exclusive consumer

I'm using a single broker.

I'd expect that the first listener to connect to the broker would get all
messages that I produce on the queue. 

I'm seeing most of the messages going to one queue, but some going to the
second consumer. 

ie sending 10,000 messages, in some cases 9999 go to first and 1 goes to
second.

Am I using the exclusive consumer correctly? Is this a bug in version 5.1.0
broker?


-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-exclusive.consumer-in-version-5.1.0-of-broker-tp17338640s2354p17338640.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to