1. Install Erlang
Because RabbitMQ is developed in the Erlang language, you install Erlang first
Because RabbitMQ is developed in the Erlang language, you install Erlang first
yum install erlang
Download the RPM package
wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.15/rabbitmq-server-3.6.15-1.el7.noarch.rpm
3. Install after downloading
yum install rabbitmq-server-3.6.15-1.el7.noarch.rpm
4. Restart the service after installation
service rabbitmq-server start
5. Check service status
service rabbitmq-server status
6. Install the plug-in
/sbin/rabbitmq-plugins enable rabbitmq_management
Restart the service
service rabbitmq-server restart
At this point, you can go to http://ip:15672 to access the page. The default password is “guest/guest”.
However, starting with version 3.3.0, access other than using guest/guest to log in to localhost is prohibited. The solution is to find
Rabbitmq_server-3.6.15 /ebin/ Rabbitmq_server-3.6.15 /ebin/ Rabbit.app
{loopback_users, [<<"guest">>]},
Is amended as:
{loopback_users, []},
Then restart it.
7. Access
Read More:
- RabbitMQ login failed
- Rabbitmq reported an error installing the web interface plug-in
- RabbitMQ Startup Script (How to Set)
- Error: unable to perform an operation on node ‘[email protected]‘ please see diamostics infoxmation
- RabbitMQ Error: {:plugins_not_found:[xxxx]}
- [Solved] Rabbitmq Warning: java.net.SocketException: socket closed
- Login failed in rabbitmq
- Docker starts the image and reports an error. Iptables failed: iptables — wait – t NAT – a docker – P TCP
- Resolve rabbitmq declarationexception: failed to declare queue exception
- Error report on startup of rabbitmq in MAC installation error:epmd error for host xiongmindeMacBook-Pro: timeout
- Start cell keyerror and report an error
- Nginx reverse proxy report 400 error solution!
- mysql problem solving: mysqladmin: connect to server at’localhost’ failed
- The MySQL service suddenly hangs up with the error message can’t connect to MySQL server on ‘localhost’ (10061)
- Solution of server startup timeout in eclipse
- OpenSCManager Error 1722
- Socket Error 104 bug
- JDBC connect to Sql Server to connect to the database–The TCP/IP connection to the host localhost, port 1433 has failed
- Event ID 407, 408 – when NAT is used as a DNS server
- Failed in Android compilation: solution to setup Jack server problem