RabbitMQ - Task/Work Queues

Опубликовано: 25 Январь 2021
на канале: Web Dev Journey
8,012
181

Today is a little bit more complicated even though we are technically just doing 4 things different. I know, welcome to RabbitMQ.

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/