Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelgss/rabbitmq-workflow-example
Just a example of workflow with Message Brokers like RabbitMQ.
https://github.com/rafaelgss/rabbitmq-workflow-example
amqp example message-broker rabbitmq rabbitmq-example
Last synced: 2 months ago
JSON representation
Just a example of workflow with Message Brokers like RabbitMQ.
- Host: GitHub
- URL: https://github.com/rafaelgss/rabbitmq-workflow-example
- Owner: RafaelGSS
- License: mit
- Created: 2019-06-26T14:55:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T08:49:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T01:57:22.666Z (3 months ago)
- Topics: amqp, example, message-broker, rabbitmq, rabbitmq-example
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rabbitmq-workflow-example
Just a example of workflow with Message Brokers like RabbitMQ.## Run
```sh
docker run -d --hostname my-rabbit --network=gateway --name rabbit13 -p 8080:15672 -p 5672:5672 -p 25676:25676 rabbitmq:3-management
```And choose your example to run. **producer/consumer**