RABBITMQ Message Queuing Series tutorial (ii) Installation and deployment under Windows RABBITMQ

Source: Internet
Author: User
Tags rabbitmq

Summary

This experience will introduce you to the installation and deployment of RABBITMQ Message Queuing server under Windows, and hope to help you work and learn!

Directory

First, the construction of the Erlang language environment

Second, the construction of RABBITMQ service environment

Iii. RABBITMQ Service Web management tools

First, the construction of the Erlang language environment

The RABBITMQ open source Message Queuing service is developed using the Erlang language, so it's very easy for us to use the Erlang language environment first.

: Http://www.erlang.org/downloads

1. Log in to the Erlang website, go to the download page, then follow your system environment to select the installation file you want to download.

2. After the installation is complete, configure the Erlang environment variable.

Erlang_home:erlang Installation Path

Path:%erlang_home%\bin

How to modify environment variables please refer to: https://jingyan.baidu.com/article/b24f6c82cba6dc86bfe5da9f.html

Second, the construction of RABBITMQ service environment

1. Download and install the latest RABBITMQ program to the official website.

: http://www.rabbitmq.com/install-windows.html

2. Start the RABBITMQ service.

RABBITMQ automatically starts the service by default, and you can start and close the RABBITMQ service from the Start menu and from the command line.

Iii. RABBITMQ Service Web management tools

1. Enable Rabbit MQ ' s Management Plugin to better visualize the status of the Rabbit MQ Server instance, and you can enable it by entering the following command on the command line.

Rabbitmq-plugins.bat Enable Rabbitmq_management

2. After launch, we open the browser input address: http://localhost:15672 access. As shown

3. Enter the default account and password after guest login, enter the main interface.

RABBITMQ Message Queuing Series tutorial (ii) Installation and deployment under Windows RABBITMQ

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.