Skip to content
Discussion options

You must be logged in to vote

In the simplest case, this could probably be retrieved from the exchange/queue/channel metrics. However, this would break as soon as you have more things going on because there is no per message tracing. For example, with two publishers publishing to the same exchange/queue and two consumers consuming from the that queue, we could for example tell that each publisher published 1 messages and each consumer received one message, but we wouldn't be able to tell, based purely on metrics, which consumer received which message. Things complicate even further with fan-out exchanges, messages unacked by consumers and therefore returned to the queue and perhaps delivered to another consumers, etc.…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mawilms
Comment options

@mkuratczyk
Comment options

@mawilms
Comment options

@mkuratczyk
Comment options

@mawilms
Comment options

Answer selected by mawilms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants