Original address: http://blog.sina.com.cn/s/blog_7cc0c8cc0101mb4a.html
1. Download and install erlang,http://www.erlang.org/download.html, the latest version is R15B01 (5.9.1). Since my machine is a 64-bit Win7, find otp_win64_r15b01.exe to download and install.
2. Configure Environment variables
Add a System environment variable erlang_home configured to C:\Program files\erl5.9.1
3. Download RABBITMQ, the latest version is 2.8.1,http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.1/rabbitmq-server-windows-2.8.1.zip.
4. Unzip the RABBITMQ Zip package, run Sbin/rabbitmq-server.bat, and start the RABBITMQ server.
5. Test whether the installation successfully entered the RABBITMQ sbin directory under DOS command, enter rabbitmq-server start MQ service Rabbit also comes with monitoring function.
CMD into the sbin directory, type rabbitmq-plugins enable rabbitmq_management enabling monitoring management, and then restart the RABBITMQ server. Open URL http://localhost:55672, user name and password are guest. RABBITMQ API address under node. JS: HTTPS://GITHUB.COM/POSTWAIT/NODE-AMQPRABBITMQ installation configuration and management http://blog.csdn.net/zhangxinrun/ article/details/8178262
---reprinted under Windows RABBITMQ installation