Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!