Configure rabbitmq on opensuse

Source: Internet
Author: User

 

Http://www.rabbitmq.com/install-rpm.html
Https://www.erlang-solutions.com/downloads/download-erlang-otp
Note that not all systems have the latest version.

Wget

Http://www.rabbitmq.com/releases/rabbitmq-server/v3.0.4/rabbitmq-server-generic-unix-3.0.4.tar.gz

Wget

Https://elearning.erlang-solutions.com/couchdb//rbingen_adapter//package_R14B03_11.4_1333469965/esl-erlang-R14B03-1.i686.rpm

Zypper install esl-erlang-R14B03-1.i686.rpm
Tar-xzvf rabbitmq-server-generic-unix-3.0.4.tar.gz
CD rabbitmq_server-3.0.4/

Linux:/home/rabbitmq_server-3.0.4 # sbin/rabbitmq-server-detached
Warning: PID file not written;-detached was passed.
Error: EPMD error for host "Linux": Address (cannot connect to host/port)
The host name is not resolved to an IP address. Google it.

Linux:/home/rabbitmq_server-3.0.4 # hostname
Linux
Linux:/home/rabbitmq_server-3.0.4 # vi/etc/hosts

Add:
127.0.0.1 Linux

Sbin/rabbitmqctl stop

Other configurations: Web Management Interface
Http://www.rabbitmq.com/management.html#configuration
Linux:/home/rabbitmq_server-3.0.4 # sbin/rabbitmq-plugins enable rabbitmq_management
The following plugins have been enabled:
Mochiweb
Webmachine
Rabbitmq_web_dispatch
Amqp_client
Rabbitmq_management_agent
Rabbitmq_management
Plugin configuration has changed. Restart rabbitmq for changes to take effect.

Http:/// 192.168.1.190: 15672/
Log in with guest: Guest

Command Line

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.