Open Official Website: http://www.rabbitmq.com/install-windows.html
A good download can be. We have downloaded two files to this:
Important: You must run the Erlang installation package as an administrator, or you will be beaten.
Install OTP First
Right-click Install package---"Run as Administrator
Next
Next Step--Install
Next, configure the environment variables
Join path %erlang_home%\bin;
Open cmd input Erl
Note: 4399 Mini world, not my play!! The computer at home, you know ~
After installation, start installing rabbits
Double-click to open the installation package:
.. Next
Click Install
Next step (come here, I feel like I'm being fooled, I thought there was a configuration behind next)
When the rabbit is installed, it adds itself to the system service, that is, he will follow the boot when the boot. --
Shortcuts such as Start/stop in the Start menu
One more thing to note: Make sure the following ports are open
4369: EPMD, Peer Discovery service port 5672,5671 used by RABBITMQ nodes and CLI tools : Used by AMQP 0-9-1 and 1.0 clients when there is TLS or no TLS 25672: Distributed by Erlang for inter-node and CLI tool communication, and is allocated from the dynamic range (by default, a single port, the value: AMQP port +20000). 15672: HTTP API client and Rabbitmqadmin (only when the management plug-in is enabled)61613,61614: Stomp client without and with TLS (only when Stomp plug-in is enabled) 1883,8883: Mqtt client without and with TLS if the Mqtt plugin is enabled 15674:stomp-over-websockets Client (only if Web STOMP plug-in is enabled) 15675:mqtt-over-websockets Client (only when the Web MQTT plugin is enabled)
Open the RABBITMQ console below
Input
Rabbitmq-plugins Enable Rabbitmq_management
Finally, the settings will take effect after the reboot, it is said, there is no restart command, please see
Well, stop at start first.
Enter Now: http://localhost:15672/
The newly installed account password is:guest
After landing: (Feel the rabbit's interface is better than ACTIVEMQ)
Install to this end, simple API Next Chapter
Install RABBITMQ under Windows