RabbitMQ 3.6 Installation

Source: Internet
Author: User

1. First install this http://www.erlang.org/downloads

2. Install the http://www.rabbitmq.com/install-windows.html again

3. Add a System environment variable

Name:rabbitmq_base

Value:c:\rabbitmqs\data (default is in C:\Users\YYp\AppData\Roaming\RabbitMQ)

The above three steps are as follows:

4. Create a new file in the C:\RabbitMQs\Data directory Rabbitmq.config

and enter the content as follows:

[
{rabbit, [{tcp_listeners, [28010]}]}
].

The goal is to modify the default port of 5672 to 28010 (custom), and the configuration for RABBITMQ is modified and added in this file,

Refer to Rabbitmq.config.example under C:\RabbitMQs\RabbitMQ server\rabbitmq_server-3.6.1\etc directory

5. Run cmd with administrator privileges

6. CD C:\RabbitMQs\RabbitMQ Server\rabbitmq_server-3.6.1\sbin

7. Run Rabbitmq-service.bat Remove

8. Run Set Rabbitmq_base=c:\rabbitmqs\data

9. Run Rabbitmq-service.bat Install

  To view the window service:

  

  To view the Rabbitmq_base directory:

  

10. Run Rabbitmq-plugins.bat Enable Rabbitmq_management

11. Start the RABBITMQ service

12. Open IE, enter http://localhost:15672, the following page:

Installation is successful!

RabbitMQ 3.6 Installation

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.