https://github.com/morzhanov/rabbitmq-examples
RabbitMQ cluster interaction examples in Go
https://github.com/morzhanov/rabbitmq-examples
Last synced: 4 months ago
JSON representation
RabbitMQ cluster interaction examples in Go
- Host: GitHub
- URL: https://github.com/morzhanov/rabbitmq-examples
- Owner: morzhanov
- Created: 2020-05-26T06:35:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T13:55:45.000Z (about 5 years ago)
- Last Synced: 2023-03-07T14:16:24.211Z (over 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Examples
RabbitMQ cluster interaction examples in Go
1. Build image: `docker build -t local/rabbitmq-cluster .`
2. Run: `docker-compose up`