C#/.net API for RabbitMQ Management API

1.8k views Asked by At

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.

1

There are 1 answers

0
DLeh On

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