Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .ci | ||
| .github/workflows | ||
| docs/examples | ||
| pkg | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| create_tag.sh | ||
| go.mod | ||
| go.sum | ||
README.md
RabbitMQ AMQP 1.0 Golang Client
This library is meant to be used with RabbitMQ 4.0. Suitable for testing in pre-production environments.
Getting Started
- Getting Started
- Examples
- Getting started Video tutorial:

Documentation
Packages
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).
Build from source
- Start the broker with
./.ci/ubuntu/gha-setup.sh start. Note that this has been tested on Ubuntu 22 with docker. make testto run the tests- Stop RabbitMQ with
./.ci/ubuntu/gha-setup.sh stop