On the official website download the version we need, the installation of RABBITMQ requires Erlang support
Rabbitmq:http://www.rabbitmq.com/download.html
Erlang:http://www.erlang.org/download.html
We first install Erlang
Windows version of Erlang installation is a fool-style, I installed the version is Otp_win64_r15b03-1.exe
Then install the RABBITMQ, the same is the fool, I installed the version is Rabbitmq-server-3.5.1.exe
After the installation is complete:
Run Rabbitmq-server.bat in the Sbin directory to start RABBITMQ
Next we install the RABBITMQ management tool
Direct input
Rabbitmq-plugins Enable Rabbitmq_management
Both can be installed and completed
After starting RABBITMQ, you can enter http://localhost:15672/into the manager interface
Enter username and password Guest,guest to
The entire Windows RABBITMQ installation is complete.
Installing RABBITMQ-----windows