RabbitMQ in docker
In this tutorial, we will be trying to deploy one of the previous rabbitmq projects using docker. Agenda So what we will be doing is that modify our rabbitmq-nodejs app so that we can deploy it using docker. Basically in that app, we have 3 main functionality namely 1. Image upload functionality.2. A producer that […]
Rabbitmq in nodejs and task processing
In this tutorial, we will be looking at how we can use integrate rabbitmq in nodejs and process tasks. Now for those who aren’t familiar with RabbitMQ, RabbitMQ is a message-queueing software also known as a message broker or queue manager. Simply saying, it is software where queues are defined, to which