How To Install RabbitMQ on Windows

How To Install RabbitMQ on Windows

HOW TO INSTALL RABBITMQ

Step 1:

Download Erlang/OTP for RabbitMQ https://www.erlang.org/downloads

Ensure to check the compatibility.

Erlang
Erlang/OTP


Step 2: Install RabbitMQ

Download RabbitMQ from here: https://www.rabbitmq.com/install-windows.html

You can decide to use Chocolatery/ use the official installer

rabbitMq Download
rabbitMQ Install
RabbitMQ


Step 3.?Make sure to install the RabbitMQ as administrator. Run the setup to start the installation.

RabbitMQ

Step 4.?When Completing the installation, select the Start RabbitMQ service check box and click Finish.

Start Service

NB: Check if the service is running. Go to Windows search bar and search services then look for RabbitMQ.


Rabbit Running

RabbitMQ Management Console Configuration

Step 1.?Open the Windows command prompt/PowerShell window and switch to the RabbitMQ installed location. By default, RabbitMQ executables will be installed in the C:\Program Files\RabbitMQ Server\rabbitmq_server-3.12.6\sbin location.

Step 2.?Run the rabbitmq-plugins and enable the rabbitmq_management command in the command window. If you use PowerShell, run .\rabbitmq-plugins.bat to enable the rabbitmq_management command.

command 1:

.\rabbitmq-plugins.bat enable rabbitmq_management

command 2:

rabbitmq-plugins enable rabbitmq_management


rabbitMQ configured

Step 3.?Restart the RabbitMQ server. Run the following commands in PowerShell/command window.

command 1:

.\rabbitmqctl.bat stop

command 2:

.\rabbitmq-server.bat -detached

command 3:

rabbitmqctl.bat stop

command 4:

rabbitmq-server.bat -detached

Step 4.?Open the browser and navigate to https://localhost:15672.

Rabbit UI


Step 5.?Login with the default username and password.

username: guest

password: guest

Rabbit MQ Logged in



Thank you!!!!



Aleksandr Ivanov

Senior Software Developer | Problem solver | System Design | C# | .Net | Python | Azure | AWS | Cloud | IoT | Microservices

8 个月

Thank you for the detailed tutorial

回复

要查看或添加评论,请登录

社区洞察

其他会员也浏览了