This library is meant to be used with RabbitMQ 4.0. Suitable for testing in pre-production environments.
- Getting Started
- Examples
- Getting started Video tutorial:
- Client Guide (work in progress for this client)
The rabbitmq amqp client is a wrapper around the azure amqp client. You need the following packages to use the rabbitmq amqp client:
rabbitmqamqp
- The main package for the rabbitmq amqp client.amqp
- The azure amqp client (You may not need to use this package directly).
- Start the broker with
./.ci/ubuntu/gha-setup.sh start
. Note that this has been tested on Ubuntu 22 with docker. make test
to run the tests- Stop RabbitMQ with
./.ci/ubuntu/gha-setup.sh stop