rabbitmq installation

Take window as an example:

1. Download the Erlang environment (after all, rabbitmq is developed by this language) and install it. Otherwise, running rabbitmq-server.bat will prompt "ERLANG_HOME not set correctly".

2. Visit the official website and download the corresponding installation package. The 64-bit window version is used here.

3. After the installation is complete, use cmd to go to the rabbitmq/sbin directory and run rabbitmqctl status to check the status.

4. At this time, you can access the web management interface through http://127.0.0.1:15672/. The default account and password are guest

5. For more detailed introduction, please refer to the official website .

 

 

Encounter problems:

1. If the following error is reported in step 3, the official website says that the cookie file is inconsistent. Then search for ".erlang", copy the searched ".erlang.cookie" from C:\Windows\System32\config\systemprofile\.erlang.cookie to C:\Users\Administrator\.erlang.cookie

Error: unable to perform an operation on node 'rabbit@20180303UP'. Please s
ee diagnostics information and suggestions below.

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326050815&siteId=291194637