Abhinav Sarkari created AMQ-5545:
------------------------------------
Summary: Message order is not preserved across multiple consumers
Key: AMQ-5545
URL: https://issues.apache.org/jira/browse/AMQ-5545
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.0
Environment: The issue is seen on both Linux and Windows.
Reporter: Abhinav Sarkari
There are multiple producers sending messages to a queue. There are multiple
consumers on this queue.
I want the consumers to pick messages in the same order as they have been send
by the producers.
The problem with using message group
(http://activemq.apache.org/message-groups.html) is that only one consumer can
consume these messages at a time. I want all the consumers on the queue to be
actively picking the messages.
In other words, is it possible to have multiple concurrent consumers being part
of the message group?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)