Playing around with MQRabbit in Node.js.
- Clone the project
yarn install
node index.js
ornodemon
in the directory of a service
You can run the default configuration of RabbitMQ in Docker
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management