Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davideferre/docker_compose_rabbitmq_topic_sample
Sample for testing docker compose with rabbitmq topics
https://github.com/davideferre/docker_compose_rabbitmq_topic_sample
Last synced: about 2 months ago
JSON representation
Sample for testing docker compose with rabbitmq topics
- Host: GitHub
- URL: https://github.com/davideferre/docker_compose_rabbitmq_topic_sample
- Owner: davideferre
- Created: 2018-02-19T09:57:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T16:30:54.000Z (almost 7 years ago)
- Last Synced: 2024-01-10T16:50:32.252Z (12 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker_compose_rabbitmq_topic_sample
**docker_compose_rabbitmq_topic_sample** is an example on how to use docker compose for running a [rabbitmq server](https://www.rabbitmq.com/) and a receiver python script on _'#'_ topic.
## Quick start
With `docker-compose up` you can run the containers.
After running containers you have to create a python 3 virtualenv with [pika](https://pika.readthedocs.io) installed and run the emitter like `python emit_log_topic.py "some.thing" "A topic message"`.
**Rabbitmq** is listening on _5672_ port on _localhost_ and **rabbitmq management web app** is exposed on http://localhost:15672.