How to get the topic of client (subscriber) via RabbitMQ Management when using wildcards for routing key in definition.json file? #8097
-
|
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
May 4, 2023
Replies: 1 comment 1 reply
-
You cannot see actual routing keys of published messages in the management UI. Consumers can observe them by inspecting the delivery metadata (it's not the same thing as message properties but some clients will lump them together into a single data structure). You can also see them in the RabbitMQ Firehose log. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chienhust
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot see actual routing keys of published messages in the management UI.
Consumers can observe them by inspecting the delivery metadata (it's not the same thing as message properties but some clients will lump them together into a single data structure).
You can also see them in the RabbitMQ Firehose log.