Skip to content

Rmq client does not received the message in the order #11739

Closed Answered by michaelklishin
siugar asked this question in Other
Discussion options

You must be logged in to vote

Those guarantees apply to initial deliveries. They do happen in order.

Requeueing, redeliveries, QoS > 1 and concurrent dispatch of deliveries (to a thread pool or a task dispatcher or something like that) in client libraries all can affect what your consumer perceives as "delivery order".

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants