CentOS Installation RABBITMQ

Source: Internet
Author: User
Tags rabbitmq

  1. Installing Erlang

    Execute the following command as Root

    Yum Install Erlang

  2. To install the RABBITMQ RPM package:

    wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.5.0/rabbitmq-server-3.5.0-1.noarch.rpm

    RPM-IVH rabbitmq-server-3.5.0-1.noarch.rpm

  3. Start RABBITMQ and verify the boot situation

    Rabbitmq-server--detached &ps aux |grep rabbitmq

  4. Start in a service way

    Service Rabbitmq-server Start

  5. Check if Port 5672 is open

    /sbin/iptables-i input-p TCP--dport 5672-j ACCEPT

    /etc/rc.d/init.d/iptables Save

    /etc/init.d/iptables restart

    /etc/init.d/iptables status

  6. To enable the maintenance plug-in:

    Rabbitmq-plugins Enable Rabbitmq_management

  7. Restart RABBITMQ

    Service Rabbitmq-server Restart

  8. UI interface http://ip:15672/user name password guest

    Unable to login solution

    Vim/etc/rabbitmq/rabbitmq.config

    Write information, and save

    [{rabbit, [{loopback_users, []}]}].

CentOS Installation RABBITMQ

Related Article

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.