RABBITMQ installation in a Windows environment

Source: Internet
Author: User
Tags rabbitmq

have been trying to start a computer recently, as a Linux server, due to the economic situation has not started, now introduce the Windows environment to install RABBITMQ.

What is RABBITMQ?

RABBITMQ is a complete, reusable enterprise messaging system based on AMQP. He follows the Mozilla public License Open source agreement.

1, RabbitMQ It relies on Erlang, it needs to install Erlang first. First determine if your window computer is 32-bit or 64-bit, the following installation is a window 64-bit computer example.

Installing the RABBITMQ requires that the Erlang language development package be installed first. http://www.erlang.org/download.html installing Erlang under Win7 is the best default installation.

Configuring environment Variables Erlang_home C:\Program files\erl7.3

Add to Path%erlang_home%\bin;

2, install RABBITMQ http://www.rabbitmq.com/download.html

Configuring Environment Variables E:\Jimmy\Java\RabbitMQ server\rabbitmq_server-3.6.1

Add to Path%rabbitmq_server%\sbin;

Open the command line command line and enter the RABBITMQ installation directory: CD Rabbitmq_server-3.6.1\sbin

, enter RABBITMQCTL status, if the following figure appears, the installation is successful, and the RABBITMQ server is now up and running properly.

3. Enter the%rabbitmq_server%\sbin directory to run as Administrator Rabbitmq-plugins.bat

RABBITMQ provides a way for the web-side console to

The specific installation method is as follows:

First enter the RABBITMQ installation directory, then enter the Sbin directory.

Next, use the Rabbitmq-plugins.bat list to view the lists of installed plugins.

Next, use the Rabbitmq-plugins.bat enable rabbitmq_management command to turn on the Web version console.

Start Rabbitmq-service.bat as an administrator after installation is complete

Rabbitmq-service.bat Stoprabbitmq-service.bat Installrabbitmq-service.bat Start

Finally, restart the RABBITMQ service to take effect.

4. Browser Access localhost:15672 default account: Guest Password: Guest

RABBITMQ installation in a Windows environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.