Official website download address

www.rabbitmq.com/download.ht…

MAC installation

brew install rabbitmq

Centos install

yum install rabbitmq

Web Management Interface

By default, the rabbitMQ web management interface is not enabled after rabbitMQ is installed and started. You can run the rabbitmq-plugins list command to list the enabled and disabled status of plug-ins.

rabbitmq-plugins enable rabbitmq_management
Copy the code

Visit http://127.0.0.1:15672

  • Default account: guest
  • The default password is guest

To disable rabbitmq-management, run the following command:

  rabbitmq-plugins disable rabbitmq_management
Copy the code

Pay attention to the public number, wonderful continue