Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easynetq/easynetq.management.client
EasyNetQ.Management.Client is a .NET client for the RabbitMQ RESTful management API
https://github.com/easynetq/easynetq.management.client
dotnet dotnet-core management monitoring rabbitmq
Last synced: 5 days ago
JSON representation
EasyNetQ.Management.Client is a .NET client for the RabbitMQ RESTful management API
- Host: GitHub
- URL: https://github.com/easynetq/easynetq.management.client
- Owner: EasyNetQ
- License: mit
- Created: 2015-03-12T19:50:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T04:45:25.000Z (2 months ago)
- Last Synced: 2024-11-06T19:19:25.571Z (6 days ago)
- Topics: dotnet, dotnet-core, management, monitoring, rabbitmq
- Language: C#
- Homepage:
- Size: 62.6 MB
- Stars: 143
- Watchers: 17
- Forks: 83
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![CI](https://github.com/EasyNetQ/EasyNetQ.Management.Client/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/EasyNetQ/EasyNetQ.Management.Client/actions/workflows/ci.yml)
[![NuGet Status](https://img.shields.io/nuget/v/EasyNetQ.Management.Client)](https://www.nuget.org/packages/EasyNetQ.Management.Client)
[![Nuget Status](https://img.shields.io/nuget/vpre/EasyNetQ.Management.Client)](https://www.nuget.org/packages/EasyNetQ.Management.Client)
[![Nuget Status](https://img.shields.io/nuget/dt/EasyNetQ.Management.Client)](https://www.nuget.org/packages/EasyNetQ.Management.Client)
----------## EasyNetQ.Management.Client
EasyNetQ.Management.Client is a .NET client for the RabbitMQ Management API. This lets you control all aspects for your
RabbitMQ broker from .NET code, including creating virtual hosts and users; setting permissions; monitoring queues,
connections and channels; and setting up exchanges, queues and bindings.See the **[documentation](https://github.com/EasyNetQ/EasyNetQ/wiki/Management-API-Introduction)**.
The announcement blog post is [here](http://mikehadlow.blogspot.co.uk/2012/11/a-c-net-client-proxy-for-rabbitmq.html)
## Contributors
Thanks to all the people who already contributed!