Summary of RabbitMQ installation tutorial on linux and windows

RabbitMQ installation

Download:

Download the rpm package of Erlang

RabbitMQ is written in Erlang language, so the Erlang environment must be available. Note: The Erlang environment must match the RabbitMQ version :

Erlang download address: https://www.rabbitmq.com/releases/erlang/ (download the corresponding rpm package according to your own needs and matching relationship)

https://dl.bintray.com/rabbitmq-erlang/rpm/erlang/21/el/7/x86_64/erlang-21.3.8.9-1.el7.x86_64.rpm

Download the rpm package of socat

Rabbitmq installation depends on socat, so you need to download socat.

Socat download address: http://repo.iotti.biz/CentOS/7/x86_64/socat-1.7.3.2-5.el7.lux.x86_64.rpm

Download the rpm package of RabbitMQ

RabbitMQ download address: Downloading and Installing RabbitMQ — RabbitMQ (download the corresponding rpm package according to your own needs and matching relationship) rabbitmq-server-3.8.1-1.el7.noarch.rpm

Installation package link: rpm package of RabbitMQ3.8.1-Erlang21.3.8.9-socat1.7.3.2

Tutorial:

RabbitMQ installation tutorial (latest RabbitMQ installation, general tutorial)

RabbitMQ installation tutorial (latest RabbitMQ installation, general tutorial) - Programmer Sought

spare

RabbitMQ installation tutorial (both Windows/Linux)

RabbitMQ installation tutorial (latest RabbitMQ installation, general tutorial) - Programmer Sought

On the CentOS 7 virtual machine, install RabbitMQ3.8.1 and Erlang21.3.8.9 and socat1.7.3.2

Modify the port number

RabbitMQ study notes: 4369, 5672, 15672, 25672 default port number modification_rabbitmq default port_OceanSky6's Blog-CSDN Blog

rabbitmq.conf file

listeners.tcp.default = 5673

management.tcp.port = 15673

linxu installation method 2

Guess you like

Origin blog.csdn.net/huawangxin/article/details/130364982