Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

RabbitMQ installation tutorial

2025-04-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article discusses how to install RabbitMQ, including installation in the Windows environment (other operating systems have similar installation procedures) and Docker installation.

Install RabbitMQ for Windows operating system

Install Erlang/OTP 19.2

RabbitMQ depends on ERlang, so install ERlang first.

Through the official download page: http://www.erlang.org/downloads, get the exe installation package, double-click to open it, and follow the prompts to complete the installation.

Install RabbitMQ Server 3.6.6

Through the official download page http://www.rabbitmq.com/install-windows.html (other operating systems can go to http://www.rabbitmq.com/download.html, and then choose the installation instructions according to the operating system), obtain the exe installation package, double-click to open it, and follow the prompts to complete the installation.

Installation completed

After the installation is complete, you can see the service named RabbitMQ in "computer-Administration-Services and applications-Services", as shown in the following figure.

Install the RabbitMQ Management snap-in

To make it easier to manage RabbitMQ, then install the management plug-in for RabbitMQ.

Change the directory to the sbin directory in RabbitMQ, for example:

Cd D:\ Program Files\ RabbitMQ Server\ rabbitmq_server-3.6.6\ sbin >

Of course, you can also click the "RabbitMQ Command Prompt (sbin dir)" menu in the start menu and change directly to the sbin directory.

Execute the following command to install the management plug-in.

Rabbitmq-plugins enable rabbitmq_management

Visit http://localhost:15672/, enter the default account guest and password guest, and you can see the interface shown below.

This allows you to use a graphical interface to manage RabbitMQ.

Docker installation

You can install it by executing the following command:

Docker run-d\-- hostname rabbit\-- name rabbitmq\-p 5672 name rabbitmq\-p 15672 rabbitmq:3-management 15672

Test:

Visit http://localhost:15672/, enter the default account number guest and password guest, and you will see the home page of RabbitMQ.

The first issue of this article

Http://www.itmuch.com/install/rabbitmq-install/

Practical information sharing

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report