Reputation: 3976
Using RabbitMQ.Client, I wonder how these are possible:
Upvotes: 8
Views: 6219
Reputation: 22712
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.
Upvotes: 3