Is there any way to know how many times the message was resent? #2994
-
Let's assume I have some message, and sometimes my consumer crashes, so the message will be resent by RabbitMQ (cause the message was not ack/nack). Is there any way to know how many times the message was resent? The main idea is to be able to build some graph to catch situations like "Pay attention, this message was resent X times". |
Beta Was this translation helpful? Give feedback.
Answered by
johanrhodin
May 19, 2021
Replies: 1 comment
-
In later versions of RabbitMQ this is possible for QQ: poison message handling |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In later versions of RabbitMQ this is possible for QQ: poison message handling
It is not possible for classic queues (today).