RABBITMQ Installation Tutorials (windows/linux) __linux

Source: Internet
Author: User
Tags rabbitmq
RABBITMQ Installation Tutorial Introduction:RABBITMQ is a popular open source Message Queuing system developed in Erlang language. RABBITMQ is the standard implementation of AMQP (Advanced Message Queuing protocol). If you are unfamiliar with AMQP, it is more difficult to see the RABBITMQ document directly. But it also has only a few key concepts, which are briefly described here. Installation:First need to install Erlang Environment Official website: http://www.erlang.org/Windows version download address: Http://www.erlang.org/download/otp_win64_17.3.exe Linux version: Make Install with Yum
Windows installation steps; The first step runs:
Step Two: Step three: Step Fourth: Step Fifth: This installs Erlang.
And then you can install RABBITMQ.
First download the RABBITMQ version of Windows
Download Address: http://www.rabbitmq.com/
To open the installer, follow these steps to install:
Installation is simpler so the installation is complete
This means that the Start menu after the installation is complete with some tools and then go to the admin tool to run the command:
Rabbitmq-plugins Enable Rabbitmq_management
It's OK.

After the previous step of the Windows version of the installation is OK, and then I write the Linux version of the installation steps

Here is the Linux installation steps: Installation is required Erlang Environment
First need Yum source support:
cd/usr/local/src/
mkdir rabbitmq
cd rabbitmq

wget http://packages.erlang-solutions.com/ erlang-solutions-1.0-1.noarch.rpm
rpm-uvh erlang-solutions-1.0-1.noarch.rpm

rpm--import http:// PACKAGES.ERLANG-SOLUTIONS.COM/RPM/ERLANG_SOLUTIONS.ASC

sudo yum install Erlang

The effect of running the above code is as follows:
The above all succeeds installs RABBITMQ

Upload rabbitmq-server-3.4.1-1.noarch.rpm file to/usr/soft/rabbitmq/

Installation:

RPM-IVH rabbitmq-server-3.4.1-1.noarch.rpm so it's easier to install OK
Start of the RABBITMQ service:

Service rabbitmq-server start
     service rabbitmq-server stop
     service rabbitmq-server restart
Boot from:
Chkconfig Rabbitmq-server on
Configuration profile:
CD/ETC/RABBITMQ
cp/usr/share/doc/rabbitmq-server-3.4.1/rabbitmq.config.example/etc/rabbitmq/

MV Rabbitmq.config.example Rabbitmq.config
To turn on user remote access:
Vi/etc/rabbitmq/rabbitmq.config

Note that you want to remove the comma behind. Open Web Interface management Tools

Rabbitmq-plugins Enable rabbitmq_management
     service Rabbitmq-server restart
Remember open ports: 15672/5672
All right, all the installation is completed into the WebUI interface:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.