RabbitMQ - List Exchanges using the rabbitmqadmin command

by
Jeremy Canfield |
Updated: January 12 2021
| RabbitMQ articles
This assumes you have downloaded and setup the rabbitmqadmin command line tool.
The rabbitmqadmin command can be used to list every exchange.
rabbitmqadmin list exchanges
Which should produce something like this.
+----------------------------------------------------+---------+
| name | type |
+----------------------------------------------------+---------+
| exchange001 | direct |
| exchange002 | direct |
| exchange003 | direct |
+----------------------------------------------------+---------+
Did you find this article helpful?
If so, consider buying me a coffee over at