1. React
  2. JSNation
  3. 2019
  4. RabbitMQ and PM2 in Node for managing Multiple Processes

RabbitMQ and PM2 in Node for managing Multiple Processes

We moved our application from the cluster module to PM2 & RabbitMQ. This talk will cover the Why/What/How we made this migration.

Waleed Ashraf at JSNation 2019

As Node.js is single threaded. This is why you can’t take full advantage of multiple core machines unless you use the cluster module or a process manager like PM2. We moved our application from the cluster module to PM2 & RabbitMQ. This talk will cover the Why/What/How we made this migration.