(i) Installation of RABBITMQ services under Windows

Source: Internet
Author: User
Tags rabbitmq

A: Installation RABBITMQ need to install the Erlang language development package, Baidu Network address: Http://pan.baidu.com/s/1jH8S2u6. Direct: Http://erlang.org/download/otp_win64_18.3.exe.

The environment variables need to be configured after the installation is complete:

New system variable: variable name erlang_home variable value D:\softInstall\erl8.3 (ERLANG installation directory)

Add to Path:%erlang_home%\bin;

Two: Install RABBITMQ Server, Baidu Network disk address: Http://pan.baidu.com/s/1eRLlSrg. Direct: Http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.9/rabbitmq-server-3.6.9.exe.

The environment variables need to be configured after the installation is complete:

New system variable: variable name rabbitmq_server variable value D:\softInstall\rabbitMQ\rabbitmq_server-3.6.9 (RABBITMQ SERVER installation directory)

Add to Path:%rabbitmq_server%\sbin;

Three: Run Cmd.exe as administrator, go to directory D:\softInstall\rabbitMQ\rabbitmq_server-3.6.9\sbin (RabbitMQ Server installation directory), Run cmd command: Rabbitmq-plugins.bat enable Rabbitmq_management

Four: Run Cmd.exe as Administrator, Run command: net stop RabbitMQ && net start RabbitMQ. Start Rabbitmq Server, enter the address in the browser: http://localhost:15672, enter the default account: Guest Password: Guest, you can enter the RABBITMQ interface.

At this point, the RabbitMQ Server installation is complete.

Transferred from: https://www.cnblogs.com/wuzhiyuan/p/6845230.html

(i) Installation of RABBITMQ services under Windows

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.