Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martishin/golang-rabbitmq-example
- Owner: martishin
- Created: 2023-12-02T21:53:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T02:54:59.000Z (about 1 year ago)
- Last Synced: 2024-10-13T14:09:26.037Z (3 months ago)
- Topics: amqp0-9-1, docker-compose, dockerfile, go, golang, golang-examples, rabbitmq
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)