RABBITMQ relies on Erlang, so install Erlang First, then install RABBITMQ;
download RABBITMQ,: http://www.rabbitmq.com erlang,:http://www.erlang.org/
-
< Span style= "Font-family:tahoma, Arial, Helvetica, Sans-serif;font-size:12.8px;background-color:rgb (255,255,255);" > install Erlang First, double-click the installation file for Erlang, and then configure the environment variable:
-
Verify that Erlang is installed successfully, open the CMD Command window, enter the bin path of Erlang, enter the Erl command, and if prompted below, the Erlang installation succeeds:
c:\program files\erl8.3\bin>erl
eshell V8.3 (abort with ^g)
-
install RABBITMQ, double-click the installation file,, set environment variables after installation:
-
Verify that RABBITMQ is installed successfully, enter in the cmd command window:
C:\Program files>rabbitmq-service (+) nbsp , &NB Sp , &NB Sp , &NB Sp , &NB Sp , &NB Sp ********************* Service control usage ********************* rabbitmq-
.....
.....
If an explanation of the above command appears, the installation is successful;
7. Install the service, open the cmd form, enter the C:\Program files\rabbitmq server\rabbitmq_server-3.5.6\sbin path, and then execute
Rabbitmq-service Install prompt installation success
8. Start:
C : \program Files\rabbitmq Server\rabbitmq_server-3.5.6\sbin>rabbitmq-service Start
9. Prompt to start successfully, then install Web Management plug-in, execute command as follows:
D:\Program files\rabbitmq server\rabbitmq_server-3.5.6\sbin>rabbitmq-plugins enable Rabbitmq_management
10. The above prompts, indicating that the installation is successful, can be tested by accessing http://localhost:15672, the default login account is: Guest, the password is: Guest.
This article is from the "Operations Diary" blog, make sure to keep this source http://guyuyuan.blog.51cto.com/8666992/1932025
Win7 (64-bit) Install the RABBITMQ