Linux Source Installation RABBITMQ

Source: Internet
Author: User
Tags rabbitmq


#yum Install Unixodbc-devel Openssl-devel ncurses-devel system comes with

#wget http://www.erlang.org/download/otp_src_17.0.tar.gz

[Email protected] ~]# CAT/ETC/BASHRC

Export Erl_home=/opt/erlang

Export path= $PATH: $ERL _home/bin

#source/ETC/BASHRC

#./configure--prefix=/opt/erlang--without-javac

# make

#make Install



Test

[Email protected] ~]#/opt/erlang/bin/erl

ERLANG/OTP [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [Kernel-poll:false]

Eshell V6.0 (abort with ^g)

1> Evenn = Lists:filter (Fun (n), n rem 2 = = 0 end, Lists:seq (1,100)).

[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,

44,46,48,50,52,54,56,58| ...]

2>



#wget HTTP://WWW.RABBITMQ.COM/RELEASES/RABBITMQ-SERVER/V3.6.9/RABBITMQ-SERVER-GENERIC-UNIX-3.6.9.TAR.XZ

#tar-XVF Rabbitmq-server-generic-unix-3.6.9.tar.xz

#cd rabbitmq_server-3.6.9


Start the RABBITMQ service and run it in the background

./sbin/rabbitmq-server start-detached

Installing the Web Management plug-in

./sbin/rabbitmq-plugins Enable Rabbitmq_management

Create RABBITMQ User

./sbin/rabbitmqctl Add_user Admin Admin

Set account Permissions

./sbin/rabbitmqctl Set_user_tags Admin Administrator

View the list of users

./sbin/rabbitmqctl List_users


This article is from the "linux_oracle" blog, make sure to keep this source http://pankuo.blog.51cto.com/8651697/1980103

Linux Source 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.