rabbitmq 의 centos 설치(실전)

1.준비 작업 rpm-ivh http://download.slogra.com/epel-release-5-4.noarch.rpm
아래 의 이 몇 개 는 나 도 했 지만,나 는 무슨 뜻 인지 모 르 겠 고,어떤 것 은 아직 성공 하지 못 했다.
1yum install -y docbook-style-xsl xmlto git \\2wxGTK wxGTK-devel expat expat-devel librabbitmq \\3make gcc44 gcc44-c++ libstdc++44-devel hg libtool \\4openssl openssl-devel unixODBC unixODBC-devel unixODBC-libs \\5ncurses ncurses-devel tk python26
2.erlangwget 설치http://www.erlang.org/download/otp_src_R15B01.tar.gztar zxf otp_src_R15B01.tar.gz && cd otp_src_R15B 01./configure fop is missing 을 알 리 면 make 는 신경 쓰 지 않 고 RabbitMQ 를 뒤에 설치 할 때 자동 으로 설 치 됩 니 다.makemake install   (오래 실행 되 었 습 니 다.이것 을 설치 하 는 것 이 중요 합 니 다)
(도저히 방법 을 찾 을 수가 없어 요.저도 이곳 에서 구 했 어 요.)
erlang 설치
1 yum   install   erlang xmlto
rabbitmq 설치 rpm 패키지: 
12345 wget http: //www .rabbitmq.com /releases/rabbitmq-server/v3 .1.5 /rabbitmq-server-3 .1.5-1.noarch.rpm          rpm -ivh  rabbitmq-server-3.1.5-1.noarch.rpm  ( rabbitmq  )   
서비스 로 시작 합 니 다.
1 service rabbitmq-server start
[root@wuliu125 rabbitmq]# service rabbitmq-server startStarting rabbitmq-server: SUCCESSrabbitmq-server.[root@wuliu125 rabbitmq]# netstat -tnulpActive Internet connections (only servers)
포트 5672 가 열 렸 는 지 확인 합 니 다.
1234 /sbin/iptables   -I INPUT -p tcp --dport 5672 -j ACCEPT         /etc/rc .d /init .d /iptables   save      /etc/init .d /iptables   restart       /etc/init .d /iptables   status
 부팅 설정
1 chkconfg rabbitmq-server on
    warning: rabbitmq-server-3.1.5-1.noarch.rpm: Header V4 DSA signature: NOKEY, key ID 056e8e56          Preparing...                  ########################################### [100%]                 1:rabbitmq-server          ########################################### [100%]
rabbitmq 를 시작 하고 시작 상황 을 검증 합 니 다. 
123456789101112 [root@centos-43 rabbitmq] # rabbitmq-server --detached &ps aux |grep rabbitmq        [1] 3266        root      3266  0.0  0.0  63904  1120 pts /0      R    13:58   0:00   /bin/sh   /usr/sbin/rabbitmq-server   --detached        root      3268  0.0  0.0  61240   740 pts /0      R+   13:58   0:00   grep   rabbitmq        [root@centos-43 rabbitmq] #                        RabbitMQ 3.1.5. Copyright (C) 2007-2013 GoPivotal, Inc.           ##  ##      Licensed under the MPL.  See http://www.rabbitmq.com/           ##  ##           ##########  Logs: /var/log/rabbitmq/[email protected]           ######  ##        /var/log/rabbitmq/[email protected]           ##########                       Starting broker... completed with 0 plugins.
유지 보수 플러그 인 사용:
123456789 [root@localhost ~] # 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://www.rabbitmq.com/management.html
The rabbitmq-management plugin provides an HTTP-based API for management and monitoring of your RabbitMQ server, along with a browser-based UI and a command line tool, rabbitmqadmin. Features include:
Declare, list and delete exchanges, queues, bindings, users, virtual hosts and permissions.Monitor queue length, message rates globally and per channel, data rates per connection, etc.Send and receive messages.Monitor Erlang processes, file descriptors, memory use.Export / import object definitions to JSON.Force close connections, purge queues.
Web UI :
본문 은"ghost"블 로그 에서 나 온 것 이 니,반드시 이 출처 를 보존 해 주 십시오.http://caizi.blog.51cto.com/5234706/1542094

좋은 웹페이지 즐겨찾기