You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing issues with IBM MQ message grouping. Specifically, when we set the JMSXGroupID property on our messages, the messages do not arrive in the correct sequential order.
Expected Behavior:
When JMSXGroupID is used, messages sharing the same group ID should be delivered in the correct order, maintaining the sequence they were sent in. With multiple consumers (concurrency set to 10), messages from the same group should be directed to the same session/consumer, preserving their order.
Actual Behavior:
Messages are not delivered in the correct sequence, resulting in out-of-order message consumption within the same group.
Additional Information:
We tested the same setup with ActiveMQ, and it correctly maintains the message sequence as intended.
In our scenario, we would expect IBM MQ to route all messages with the same JMSXGroupID to the same session to preserve ordering.
We are experiencing issues with IBM MQ message grouping. Specifically, when we set the JMSXGroupID property on our messages, the messages do not arrive in the correct sequential order.
Expected Behavior:
When JMSXGroupID is used, messages sharing the same group ID should be delivered in the correct order, maintaining the sequence they were sent in. With multiple consumers (concurrency set to 10), messages from the same group should be directed to the same session/consumer, preserving their order.
Actual Behavior:
Messages are not delivered in the correct sequence, resulting in out-of-order message consumption within the same group.
Additional Information:
Here is an example project that demonstrates the issue: https://github.com/patrick-brielmayer/ibm-mq-message-groups
The text was updated successfully, but these errors were encountered: