Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martishin/golang-rabbitmq-example

Goalng RabbitMQ usage example
https://github.com/martishin/golang-rabbitmq-example

amqp0-9-1 docker-compose dockerfile go golang golang-examples rabbitmq

Last synced: about 2 months ago
JSON representation

Goalng RabbitMQ usage example

Awesome Lists containing this project

README

        

# 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
* [Go](https://go.dev/)
* [amqp091-go](https://github.com/rabbitmq/amqp091-go)
* [RabbitMQ](https://www.rabbitmq.com/)
* [Docker](https://www.docker.com/)