Logging acked messages before they are removed #7449
Answered
by
michaelklishin
zaeemarshad
asked this question in
Questions
-
Is it possible for the queue process to emit a log for each message that is ACK'd or dropped from the queue? I assume there will be performance implications but perhaps as a DEBUG level this may work. |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 28, 2023
Replies: 1 comment 1 reply
-
RabbitMQ never logs per-message operations unless they result in a channel or connection exception. There is a tracing mechanism: https://github.com/MarcialRosales/rabbitmq-tracing-guide but it is a specialized debug tool. A traffic capture would work even better than tracing. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zaeemarshad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RabbitMQ never logs per-message operations unless they result in a channel or connection exception.
There is a tracing mechanism: https://github.com/MarcialRosales/rabbitmq-tracing-guide but it is a specialized debug tool.
A traffic capture would work even better than tracing.