Message Grouping

92 views
Skip to first unread message

glue users2014

unread,
Jun 20, 2021, 10:22:33 PM6/20/21
to rabbitmq-users
hi All, 

I am looking for a feature Message grouping in RabbitMQ 




JMSXGroupID -  Message Group in Active MQ :

When a message is being dispatched to a consumer, the JMSXGroupID is checked. If one is present then the broker checks to see if a consumer owns that message group. Since there could be a large number of message groups hash buckets are used rather than the actual JMSXGroupID string.
  • Message Groups which splits the messages on a queue into parallel virtual exclusive queues to ensure that messages to a single message group (defined by the JMSXGroupID header) will have their order preserved but that different groups will be load balanced to different consumers.

Please provide your guideline to implement it by using RabbitMQ. 

Thanks and Regards
Mohamed
Reply all
Reply to author
Forward
0 new messages