RabbitMQ Linux Installation Tutorials

Source: Internet
Author: User
Tags rabbitmq

I. Installation of the ERLANG environment

  

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     --import http://packages.erlang-solutions.com/rpm/erlang_solutions.asc  Yum  Install Erlang  
Second, install RABBITMQ server side
wget https://github.com/rabbitmq/rabbitmq-server/releases/download/rabbitmq_v3_6_11_ milestone4/rabbitmq-server-3.6.10.904-1.el6.noarch.rpmYuminstall rabbitmq-server-3.6 . 10.904-1. el6.noarch.rpm
Third, set up the configuration file
CP /usr/share/doc/rabbitmq-server-3.6. 10.904/rabbitmq.config.example/etc/rabbitmq/mv rabbitmq.config.example Rabbitmq.config
Four, open user remote access
Vi

Lazy thief One, source see watermark

V. Opening Web management tools
Rabbitmq-plugins Enable Rabbitmq_management
Six, the default login user name password
Guestguest

But logging in only under localhost requires other users to create and authorize themselves.

Vii. User-related commands
Add user
123456
Set permissions
Rabbitmqctl set_user_tags Admin Administrator
Eight, log file storage location
cd/var/log/rabbitmq/
Nine, service start command
Service Rabbitmq-server Start
Service Rabbitmq-server Stop
Service Rabbitmq-server Restart

RabbitMQ Linux Installation Tutorials

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.