Ubuntu Configuration RABBITMQ Service

Source: Internet
Author: User
Tags rabbitmq

1. First, add the appropriate source

Under Ubuntu 16.04

Echo "Deb Https://dl.bintray.com/rabbitmq/debian xenial main" | sudo tee/etc/apt/sources. list. d/bintray.rabbitmq. List

Under Ubuntu 17.10

Echo "Deb Https://dl.bintray.com/rabbitmq/debian artful Main" | sudo tee/etc/apt/sources. list. d/bintray.rabbitmq. List

2. Configure the Public key

wget-o-https://WWW.RABBITMQ.COM/RABBITMQ-RELEASE-SIGNING-KEY.ASC |     sudo apt-key Add-

3. Update and install the service

sudo apt-get updatesudo apt-get install Rabbitmq-serve

The default is run after the installation is finished

INVOKE-RC.D rabbitmq-server Stop/start  //can run, the code is turned on or off

Turn on page management

Rabbitmq-plugins Enable Rabbitmq_management

Run the code to access http://localhost:15672/for page management

Above, the installation of RABBITMQ service is completed

Ubuntu Configuration RABBITMQ Service

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.