Official Document: Https://www.rabbitmq.com/install-debian.html
Github:https://github.com/rabbitmq/rabbitmq-server
Add Public key
wget-o-HTTPS://WWW.RABBITMQ.COM/RABBITMQ-RELEASE-SIGNING-KEY.ASC | sudo apt-key add-
sudo apt update sudo apt upgrade
sudo apt install rabbitmq-server
sudo systemctl start rabbitmq-server
sudo systemctl enable Rabbitmq-server
sudo systemctl status Rabbitmq-server
active (running) &NBSP, attempts to restart the operating system can be attempted without a successful startup of the various methods.
sudo rabbitmq-plugins enable Rabbitmq_managementsudo systemctl restart Rabbitmq-server
At this point, you should be able to check the login box by http://server address. 15672 .
sudo rabbitmq-plugins list
sudo rabbitmqctl list_users
sudo rabbitmqctl add_user admin YourPassword # Add normal user sudo rabbitmqctl set_user_tags admin Administrator # for normal use User Assignment Administrator role
You can login with the admin account at this time.
sudo rabbitmqctl status | grep vm_memory
sudo rabbitmqctl status | grep Rabbit,
sudo rabbitmq-plugins list
"Related reading"
Walker * * *
Ubuntu Server 18.04 with RabbitMQ 3.6.x