Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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**