This library is meant to be used with RabbitMQ 4.x.
The client is distributed via NuGet.
Inside the docs/Examples directory you can find examples of how to use the client.
- 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