简体   繁体   中英

Get all queues of an exchange in RabbitMQ

Using RabbitMQ.Client, I wonder how these are possible:

1- Get all queues names?

2- To what exchange a queue is bound?

3- How to get all queues which are bound to an exchange?

No, but you can find all this information using RabbitMQ Management HTTP API

You have to enable the rabbtimq management plugin , using:

rabbitmq-plugins enable rabbitmq_management

After that you can use c# for execute HTTP calls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM