RabbitMQ installation and configuration steps detailed

RabbitMQ is to achieve the Advanced Message Queuing Protocol (AMQP) is an open source message broker software (also known as message-oriented middleware). RabbitMQ server is written in Erlang, and clustering and failover is built on an open telecommunications platform framework. All major programming languages have to communicate with the agent interface client library

Erlang official website Download: http://www.erlang.org/

RabbitMQ official website Download: https://www.rabbitmq.com/

Erlang + rabbitMQ installation package Baidu cloud my link: https://pan.baidu.com/s/1Gr1SSJivTvSxy1h-gbIrSg 
extraction code: c3rk 

First, install Erlang

 

New Erlang environment variables

Open a command line window, type: ERL -version to see the version number and whether the installation configuration successfully

Two, RabbitMQ installation

rabbitmq_managemen management background is a plug-in, we want to turn this plug-in to access the login page with a browser

Cmd to open a command line window ( Note here that if the following command being given directory name is invalid. File name, directory name or volume label syntax is incorrect. Note that the local computer name contains a Chinese, a Chinese word in English for the modification, restart the computer the following command can be executed again ):

1, the implementation into sbin directory: RabbitMQ-plugins enable rabbitmq_management

2, open service performs: RabbitMQ-Server

Open a browser to access: HTTP: // localhost: 15672

默认UserName:guest    Password:guest

Guess you like

Origin blog.csdn.net/lihua5419/article/details/93006834