Search code examples
bindingroutesrabbitmqmessaging

Is there an option to search for all queues in an exchange that are bound to key X


I have man queues in production.
I suspect one of them is bounded to routing key X by mistake.
Can I search for all queues in an exchange that are bound to a specific key by its name ?


Solution

  • You can find this out in the web UI (by default http://localhost:15672 an you should have management plugin enabled btw), just go to exchanges, click on the exchange you want and then click on bindings.