RabbitMQ installation steps in windows10 environment

RabbitMQ installation steps in windows10 environment

installation steps

1. Install erlang (need to configure environment variables)

2. Install RabbitMQ (plug-in required)

3. Test login

Fourth, create users

1. Install erlang

1. Download address: http://www.erlang.org/downloads

2. Configure environment variables: (system variables)

变量名:ERLANG_HOME地址:到bin的上一级目录

3. Double-click the system variable path

Click “New” and add %ERLANG_HOME%\bin to the path.

4. Test:

cmd—erl

2. Install RabbitMQ

1. Download address: http://www.rabbitmq.com/download.html

2. Install RabbitMQ-Plugins (installed in the sbin directory) – visualization plugin

命令:rabbitmq-plugins enable rabbitmq_management

3. Test login

1, cmd to sbin directory: enter rabbitmqctl status

2. Start the service — double-click rabbitmq-server.bat and visit: http://localhost:15672

Username/Password: guest

Fourth, create users

The post RabbitMQ installation steps for windows10 environment first appeared on Lenix Blog .

This article is reprinted from https://blog.p2hp.com/archives/9106
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment