Repository created for supporting my talk about 'Rabbit Workers'. If you speak portuguese you can check a video explanation about how to work with the concept of workers applications in RabbitMQ, by clicking here
You should already have node, npm and rabbit installed on your machine!
1) Clone the repository
2) Go to the application root directory and execute npm install
3) "npm run worker" for start running the worker application
4) "npm run publisher yourMessageAsParameter" for sending your message to the queue
- Publisher application sends a message
- Worker application starts and receive the published message