Hello, I'm looking for a message pattern - something like message groups. I would like to have one or more consumers/workers that process messages from a queue, each message is tied with specific device and needs to be processed in the order received on a per-device context, so at one time only one consumer should process messages for specific device. Number of devices and a number of consumers varies. The problem with message groups is that if I add a consumer at later stage it will be idle (already running consumers acquired all groups). How can I prevent this? Or maybe I can use some other message pattern?
Thank you very much, best regards! Stefek -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-groups-pattern-late-consumers-tp4690725.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.