How to install RabbitMQ on Ubuntu

Fairly straight forward!

RabbitMQ is feature-complete, stable, durable and easy to install. It’s an excellent choice for a production environ-
ment. Detailed information about using RabbitMQ with Celery:
Using RabbitMQ
If you’re using Ubuntu or Debian install RabbitMQ by executing this command:

$ sudo apt-get install rabbitmq-server

Or, if you want to run it on Docker execute this:

$ docker run -d -p 5672:5672 rabbitmq

When the command completes, the broker will already be running in the background, ready to move messages for
you: Starting rabbitmq-server: SUCCESS.

If you need assistance with your projects feel free to email me at info@airgad.com or whatsapp Jesse stay safe!