rabbitmq / rabbitmq-amqp-dotnet-client

RabbitMQ client for AMQP 1.0 protocol
Other
11 stars 2 forks source link
amqp-client amqp1-0 amqp10 messaging rabbitmq

RabbitMQ AMQP 1.0 .NET Client

This library is meant to be used with RabbitMQ 4.0. Suitable for testing in pre-production environments

Install

The client is distributed via NuGet.

Examples

Inside the docs/Examples directory you can find examples of how to use the client.

Documentation

How to Run