-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
I have been using RabbitMQ for a really long time, but recently I met a problem that certain messages (with the same id or something) should be always consumed by the same consumer to be sure of processing in order, even if there are many consumers on a queue.
And I see an email in 2012 question-on-message-ordering-guarantees, it talked about the feature Message Grouping which ActiveMQ has, so I just wanna see is there some plan for you to implement this feature in near future?
Thanks a lot for your work.