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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With