This app is just a demo of RabbitMQ possibilities. The app is implemented using Node.js
This project requires RabbitMQ Message Timestamp plugin installation.
In the root of this project create a .env
file with following contents:
RABBITMQ_CONN_URL=path_to_your_rabbitmq_instance
For example, RABBITMQ_CONN_URL
can be either amqp://localhost
or connection to a cloud instance.
Run both npm run start:publisher
and npm run start:consumer
commands to see the publish/consume process.