Today we will be doing the absolute basic thing you ca with RabbitMQ, and that is producing and consuming a message
If you wish to support me, here is my patreon page:
https://www.patreon.com/webdevjourney...
If you wish to buy me some coffee:
https://www.buymeacoffee.com/webdevjo...
Github Link: https://github.com/webdevjourneyWDJ/R...
This is what we are following: https://www.rabbitmq.com/getstarted.html
Command to run it with Docker: docker run -d --rm --name rabbitmq -p 5672:5672 rabbitmq:3
Download RabbitMQ: https://www.rabbitmq.com/download.html
Run a cloud instance of RabbitMQ: https://www.cloudamqp.com/
Get GUI for RabbitMQ (once you have an instance running locally): http://localhost:15672/