(1) Download RABBITMQ server
Download the latest stable version from the RABBITMQ website. Currently the latest version is 3.5.1.
(2) Remove the old version of RABBITMQ.
If you have previously installed older versions, or want to upgrade your Erlang VMs from 32-bit to 64-bit, you will need to manually uninstall the RABBITMQ server. Because the old service is not stopped or removed during the installation process.
(3) Installing the RABBITMQ server
Download the Windows installation files from the Erlang website and install them. RABBITMQ need this thing.
Run Rabbitmq-server-3.5.1.exe, install RABBITMQ, and start the RABBITMQ service with the default configuration.
(4) Start RABBITMQ service
The RABBITMQ works well by default. If you want to customize the configuration of the RABBITMQ environment variable, look here.
The RABBITMQ service will start automatically, or you can start, reload, or stop the RABBITMQ service from the Start menu.
(5) Installation management tools
From the Start menu, select "RabbitMQ command Prompt (sbin dir)" and perform the following command installation.
D:\Program Files (x86) \RABBITMQ Server\rabbitmq_server-3.5.5\sbin>rabbitmq-plugins.bat enable Rabbitmq_ Managementthe following plugins have been Enabled:mochiweb webmachine rabbitmq_web_dispatch amqp_client Rabbitmq_man Agement_agent rabbitmq_managementapplying plugin configuration to [email protected] started 6 plugins.
through http://localhost:15672/ access, the input guest/guest landed successfully, so RABBITMQ installed successfully.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/74/20/wKiom1YU6MORuNu5AAIw1-IZCX8969.jpg "title=" RabbitMQ dashbord.png "alt=" Wkiom1yu6morunu5aaiw1-izcx8969.jpg "/>
This article is from the "This person's IT World" blog, be sure to keep this source http://favccxx.blog.51cto.com/2890523/1700655
RABBITMQ Example Tutorial: Installing RABBITMQ under Windows