So i think i managed to get this working.  Now my question is whether the
documentation for this feature on the website is accurate.  Basically, after
doing a bit of spelunking in the activemq code base, it seemed to me that
while the exclusive flag is superficially associated with the consumer, it
really seems to be tied to the ActiveMQConnection instance.  In our product,
the clients are embedded with the server, so all the consumers share a
single ActiveMQConnection instance.  I had to create a second
ActiveMQConnection instance with the "exclusive consumer" flag set to true
and associate all the exclusive consumers with the exclusive connection
instance.  After that, the feature seemed to work as advertised.

Can any activemq devs confirm my understandings of the current state of
affairs?  and, if this is correct, is there something misleading about the
documentation for this feature (or is it just a "wart" related to my
somewhat unique scenario)?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/exclusive-consumer-doesn-t-seem-to-be-working-tp4686733p4686791.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to