Reputation:
The Rabbit MQ Management Plugin exposes a REST API for management functions, I am specifically interested in the functions related to health monitoring like queue depth. Is there any C#/.net wrapper for the Management API? The only one I have found is the EasyNetQ library, however it only contains a limited set of functions exposed by the API.
Upvotes: 1
Views: 2341
Reputation: 24385
There is this nuget package that gives you access to the REST api for your rabbitmq management server https://github.com/EasyNetQ/EasyNetQ.Management.Client
Upvotes: 0