EasyNetQ.Management.Client
EasyNetQ.Management.Client copied to clipboard
EasyNetQ.Management.Client is a .NET client for the RabbitMQ RESTful management API
fixes #150
ManagementClient.CreateExchangeAsync is 9 times slower when running in .net core after upgrading from .net framework.
When you try to update the password for an existing user that doesn't have any tags, an ArgumentException is thrown because it tries to add an empty tag. Exception: ```...
I have several hundred queues in a VHost on AWS Managed RMQ version 3.8.6. When calling `GetQueuesAsync`, the library makes a call to `/api/queues/myvhost`, which fails intermittently with a 504....
These are extra statistics available in the Rabbit API and they are useful in monitoring how long a message has been in the queue and some additional ACK stats
allow characters + # / : in queue/exchange names when deleting bindings
#125 * Adding property to PolicyDefinition to support setting sync batch size * VS changed indenting based on .editorconfig * Fix Docker connection, for running tests https://github.com/microsoft/Docker.DotNet/issues/397#issuecomment-500186485
Trying to create a shovel results in a http 400 error. Reverting https://github.com/EasyNetQ/EasyNetQ.Management.Client/commit/12f949fdf1fb94d9088261e0017d47cb3f17c59a solves the issue. This happens with version 1.3.0. ``` var client = new ManagementClient(...); var shovel =...
Now it lives [here](https://github.com/EasyNetQ/EasyNetQ/wiki/Management-API-Introduction). Also, documentation probably should be updated to the actual version.
Hi, the management api is usually available at scheme://host:port/api/... But it is also desirable (and possible) to set a different path (e.g. for reverse proxy scenarios). This is supported by...