1. Install Erlang 1.) download website: website to download 2). Baidu cloud disk download: link: pan.baidu.com/s/1Uo6DnaFt… D:\softInstall\erl8.3 (Erlang installation directory) 4 Add to PATH: %ERLANG_HOME%\bin;

2. Install the rabbitMQ 1). Download website: website to download 2.) baidu cloud disk: link: pan.baidu.com/s/1KddSf0YD… After downloading, it is also a foolproof installation

3. Install the RabbitMQ – Plugins

The first way

Access it directly from the Start menu

The second way

Run CMD to the sbin directory in the rabbitMQ installation directory as administrator, open CMD, and enter rabbitmq-plugins enable rabbitmq_management. http://localhost:15672/

  1. If the login page is displayed, enter the guest account password to go to the guest management page
  2. If you can’t, get inC:\Users\Administrator\AppData\Roaming\RabbitMQ\dbIn the directory, select all and delete them. Delete can not ignore skip.(Is the directory of the user on drive C. If you don’t see AppData, click view in the upper left corner to show the hidden file.)
  3. Click rabbitmq. exe to install it. Then you can open the Web management interface

The third way

In administrator mode, run CMD to locate the rabbitMQ installation directory. The execution is as follows:

(The picture above is what I did before.)

Then run the following commands in sequence:

rabbitmq-service.bat stop  

rabbitmq-service.bat install  

rabbitmq-service.bat start 

After the execution is complete. It’s basically accessible.

Video tutorial address:Click on the transfer