This program demonstrates basic pub/sub functionality using RabbitMQ and Node.js.
- Docker https://www.docker.com/
- Docker Compose https://docs.docker.com/compose/
From the root directory run docker-compose up which should run:
- Producer server
- Consumer server
- RabbitMQ server
To test out the functionality, go to http://docker-ip:8080 and enter a message you would like to send. The consumer will print the message to its log.