Golang RABBITMQ Practice (one RABBITMQ configuration)

Source: Internet
Author: User
Tags rabbitmq

1: Environment Selection

The system for Ubuntu 15.04, I installed in the virtual machine inside the

2:rabbitmq

TABBITMQ 3.5.4 Download url:http://www.rabbitmq.com/

3: Installation

In the Ubuntu environment, it is recommended that you download the Deb installer directly, install it directly in Ubuntu package management, and install other dependent packages

4: Start

If the Deb package is installed directly, it is started directly by default, or it can be started by sudo rabbitmq-server start. If you are prompted for node with the name "Rabbit" already running on "Ubuntu" , it is already started

5: Configuration

We recommend that you enable the Web Management page to graphically configure and enable the Admin interface: rabbitmq-plugins enable Rabbitmq_management , Tip:


Mochiweb



Rabbitmq_management_agent
6 plugins.

Then open successfully, the browser directly enter the localhost:15672 into the management interface, the account password is entered guest, you can configure the relevant

6: Configuration

A new virtual host is required to differentiate the business

Add an Exchange swap space, add the queue queue, and then bind Exchange and queue to complete the configuration

And then you're free to use it.




Golang RABBITMQ Practice (one RABBITMQ configuration)

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.