Setup
- Traefik 2
- RabbitMQ 3.5
Into .env
file you have vars for set your RabbitMQ
$ git clone https://github.com/itsalb3rt/traefik-rabbitmq-docker-compose
$ docker-compose up
Now you can go to RabbitMQ web admin, your user and password set on .env
file:
RABBITMQ_USER
RABBITMQ_PASSWORD
now go to Exchange
tab and and click on Add a new exchange
for this example create one calc_sum
and click on button Publish message
Got to https://github.com/itsalb3rt/rabbitmq-reactapp-consumer-test and follow the instructions.
Go to https://github.com/itsalb3rt/rabbitmq-nodeapp-consumer-test and follow the instructions.