Bootstrap FreeKB - RabbitMQ - List Exchanges using the rabbitmqadmin command
RabbitMQ - List Exchanges using the rabbitmqadmin command

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter b38f44 in the box below so that we can be sure you are a human.