RabbitMQ AMQP 1.0 .NET Client
March 5, 2026 ยท View on GitHub
This library is meant to be used with RabbitMQ 4.x.
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
- Start single node with
make rabbitmq-server-start. Note that this has been tested on Ubuntu 22 with docker. - Start cluster three nodes with
make rabbitmq-cluster-start. Note that this has been tested on Ubuntu 22 with docker. - Run the tests with
make test - Running the cluster covers more features