1

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.

4
  • 1
    ... I cannot believe they dont have an open api spec Commented Apr 4, 2020 at 4:26
  • @Stefan RabbitMQ is open-source software and we would gladly review pull requests to implement that. Thanks. Commented Apr 10, 2020 at 17:15
  • @LukeBakken I would love to help you out... but ideally you would auto gen it from the actual api methods (or even better; base the methods on the specs). This will have quite the impact on the project. Do you have a link to the repo? Commented Apr 10, 2020 at 19:34
  • github.com/rabbitmq/rabbitmq-management Commented Apr 13, 2020 at 19:54

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.