Проект сделан в течении 5 часов, с минимальными требованиями
docker
docker-compose
node
To deploy this project run
npm run start
Clone the project
git clone https://github.com/selimdev00/nodejs-rabbit-docker
Go to the project directory
cd nodejs-rabbit-docker
Start microservices on docker
npm run start
- M1 (producer) receives only 1 request (POST /message) and sends it to rabbit mq queue
- M2 (consumer) receives message from rabbit mq queue and handles it
- RabbitMQ works!