Skip to content

RabbitMQ Publisher/Worker Applications proof of concept

License

Notifications You must be signed in to change notification settings

Otavioensa/rabbit-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rabbit Workers

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

Requisites

You should already have node, npm and rabbit installed on your machine!

Steps for execution

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/Worker Demonstration

  1. Publisher application sends a message
  2. Worker application starts and receive the published message

asciicast

About

RabbitMQ Publisher/Worker Applications proof of concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published