Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 381 Bytes

Go RabbitMQ Example

RabbitMQ usage example in Go

Running Locally

  • Build Docker images for producer and consumer: make build
  • Run producer, consumer and RabbitMQ using Docker Compose: make run

Technologies Used