Go to file
Gabriele Santomaggio 05f7cd9fbb
First implementation for Exchanges and bindings (#2)
* First implementation for  Exchanges and bindings
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2024-09-11 14:42:05 +02:00
.ci Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
.github/workflows Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
examples/getting_started First implementation for Exchanges and bindings (#2) 2024-09-11 14:42:05 +02:00
rabbitmq_amqp First implementation for Exchanges and bindings (#2) 2024-09-11 14:42:05 +02:00
.gitignore Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
LICENSE Initial commit 2024-09-02 08:28:11 +02:00
Makefile Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
README.md Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
go.mod Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
go.sum Implement connection and management (#1) 2024-09-10 11:26:46 +02:00

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 test to run the tests
  • Stop RabbitMQ with ./.ci/ubuntu/gha-setup.sh stop

Getting Started

You can find an example in: examples/getting_started