rabbitmq-retry-mechanism-example
rabbitmq-retry-mechanism-example copied to clipboard
rabbitmq-retry-mechanism-example
How to run the example?
0. Checking your node is greater than 6.0
node -v
1. Using Docker to launch RabbitMQ
docker-compose up
2. Starting the producer
node producer.js
3. Starting the consumer
node consumer.js