RABBITMQ installation and environment variable configuration in Windows

Source: Internet
Author: User
Tags rabbitmq

RABBITMQ is a complete, reusable enterprise messaging system based on AMQP. He follows the Mozilla Public License open source agreement.
1: Installation of RABBITMQ requires the Erlang language development package to be installed first. http://www.erlang.org/download.html installing Erlang under Win7 is the best default installation.
Set environment variables Erlang_home= C:\Program files\erlx.x.x
Add to Path%erlang_home%\bin;

2: Install RABBITMQ http://www.rabbitmq.com/download.html Installation Tutorial: http://www.rabbitmq.com/install-windows.html
Set the environment variable Rabbitmq_server=c:\program files\rabbitmq_server-x.x.x.
Add to Path%rabbitmq_server%\sbin;
Locate the path variable in the environment variable:
Double-click Path, add:%rabbitmq_server%\sbin (note the preceding semicolon), and then OK
Now open the Windows command line ("cmd"), enter Rabbitmq-service if the prompt appears as follows, the environment variable is configured successfully.

3: Enter the%rabbitmq_server%\sbin directory to run as Administrator Rabbitmq-plugins.bat
Rabbitmq-plugins.bat Enable Rabbitmq_management
Start Rabbitmq-service.bat as an administrator after installation is complete
Rabbitmq-service.bat stop
Rabbitmq-service.bat Install
Rabbitmq-service.bat start


4: Browser access localhost:55672 default account: Guest Password: Guest


5. The rabbit also comes with a 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.


6. Now open the browser, enter: http://localhost:15672/, if the following page appears, the server configuration is successful.
Default user name is guest, password: Guest


If the above page does not appear, try to enter (run as Administrator) on the Windows command line:
Rabbitmq-plugins Enable Rabbitmq_management
Then run the following command to install:
Rabbitmq-service stop
Rabbitmq-service Install
Rabbitmq-service start

RABBITMQ installation and environment variable configuration in Windows

Related Article

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.