Go to file
Gabriele Santomaggio 031a2ac54d
add stream support (#24)
* Implement the stream support and filtering for the stream
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-02-13 12:04:35 +01:00
.ci Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
.github/workflows remove unsed files 2025-01-22 10:52:40 +01:00
docs/examples add stream support (#24) 2025-02-13 12:04:35 +01:00
pkg add stream support (#24) 2025-02-13 12:04:35 +01: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 Auto recovery connection publishers and consumers (#22) 2025-02-07 11:00:14 +01:00
README.md Refactor the API interfaces (#21) 2025-01-30 11:29:44 +01:00
create_tag.sh script 2025-01-22 10:10:46 +01:00
go.mod Refactor the API interfaces (#21) 2025-01-30 11:29:44 +01:00
go.sum Refactor the API interfaces (#21) 2025-01-30 11:29:44 +01: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: docs/examples/getting_started

Examples

You can find more examples in: docs/examples