Publisher & Consumer examples using RabbitMQ with Express.
Back-end: Express, Typescript
Messaging:: RabbitMQ
Test: Jest
Clone project
git clone https://github.com/CodeVsk/CodeVsk_RabbitMQ_Node.gitEnter in project directorie
cd CodeVsk_RabbitMQ_NodeDownload image RabbitMQ and up docker container
docker-compose up -dRun the consumer from the queue (make sure you install the dependencies first)
cd consumer | npm run devRun the test to populate the queue (make sure you install the dependencies first)
cd producer | npm test