Wednesday, September 26, 2012

install qpid in centos 6

To install the Qpid Python client library:
    # yum install python-qpid
To install the Qpid broker:
    # yum install qpid-cpp-server
To start the Qpid broker:
    # service qpidd start
To have the Qpid broker started at boot time:
    # chkconfig qpidd on
Install qpid-tools
[root@FSWWW ~]# yum install qpid-tools
 

No comments:

Post a Comment