https://github.com/amitizle/rabbitmq_tutorial_docker_go
RabbitMQ tutorials implemented using Go and docker-compose
https://github.com/amitizle/rabbitmq_tutorial_docker_go
Last synced: 26 days ago
JSON representation
RabbitMQ tutorials implemented using Go and docker-compose
- Host: GitHub
- URL: https://github.com/amitizle/rabbitmq_tutorial_docker_go
- Owner: amitizle
- Created: 2018-10-31T00:38:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T00:39:14.000Z (over 6 years ago)
- Last Synced: 2025-02-16T18:44:39.991Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go + Docker + RabbitMQ
Based on the [official tutorials](http://www.rabbitmq.com/getstarted.html) and specifically the ones for _Go_.
[Examples in Github are here](https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/go).
All running using [`docker-compose`](https://docs.docker.com/compose/).