I would like to setup a network of brokers on a set of boxes (b1, b2, bn).
The brokers will allow an arbitrary producer to place a message on a queue,
have a consumer connect to any of the brokers, and consume that message.
That is fairly well documented. What I am concerned with is, if a producer
connects to an arbitrary broker, say b3, and adds a message as part of a
message group, will the network of brokers send that entire group to a
single consumer, or do the 'Exclusive Consumer/Message Group' features only
work with respect to a single consumer?
--
View this message in context:
http://www.nabble.com/Network-of-Brokers-and-Exclusive-Consumer-Message-Groups-tp14591022s2354p14591022.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.