/go-rabbitmq-examples

RabbitMQ examples and sample implementations

Primary LanguageGoMIT LicenseMIT

Go RabbitMQ Examples

Simple examples and sample implementations
Need to have Docker and Compose

Marco Polo Example

Basic direct send using a default exchange and direct queue routing

Run

git clone https://github.com/benjohns1/go-rabbitmq-examples.git
cd go-rabbitmq-examples
git checkout marco-polo
docker-compose build && docker-compose up