Skip to content

rabbitmq/rabbitmq-amqp-go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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