* Refactor the API * Use the interfaces to define the targets for queues, exchanges and bindings * Implement the producer message target-based --------- Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com> |
||
|---|---|---|
| .ci | ||
| .github/workflows | ||
| docs/examples/getting_started | ||
| rabbitmq_amqp | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| create_tag.sh | ||
| go.mod | ||
| go.sum | ||
README.md
RabbitMQ AMQP 1.0 .Golang Client
This library is in early stages of development. It is meant to be used with RabbitMQ 4.0.
How to Run
- 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
Getting Started
You can find an example in: docs/examples/getting_started
Examples
You can find more examples in: docs/examples