Table of contents
Open Table of contents
Go RabbitMQ Example
RabbitMQ usage example in Go.
Repository: https://github.com/martishin/golang-rabbitmq-example
Running Locally
- Build Docker images for producer and consumer:
make build
- Run producer, consumer and RabbitMQ using Docker Compose:
make run