MAC OS Installation RABBITMQ

Source: Internet
Author: User
Tags rabbitmq
1, installation

Installing RABBITMQ under Mac is very simple, and the general default RABBITMQ server-dependent Erlang has been installed, with the following two commands to complete the RABBITMQ installation (provided homebrew has been installed):

Brew Update
Brew install RABBITMQ

Be patient, add/usr/local/sbin to $path after Setup completes, and add the following two lines to ~/.bash_profile:

# RABBITMQ Config
export path= $PATH:/usr/local/sbin

After editing: Wq save exit, make environment variable effective immediately.

SOURCE ~/.bash_profile
2. Start RABBITMQ Service

After the configuration is complete, you need to close the terminal window, reopen it, and then enter the following command to start the RABBITMQ service:

Rabbitmq-server
3. Login Web Admin Interface

Browser Enter http://localhost:15672 account password full input guest can log in.

If the display does not find the host, add it in the Hosts file

Vi/private/etc/hosts
127.0.0.1  localhost

Note here that starting with version 3.3.1, RABBITMQ does not allow remote IP logons by default, that is, you can only use localhost logins. If you want to log on remotely, add user permissions

Technical Exchange study or have any questions welcome Gathen

Programming Technical Exchange Group: 154514123

Java Technical Exchange Group: 6128790

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.