Flipkart

Thursday, June 21, 2018

Install qpid and qpid-tools in Oracle/Centos/RHEL Linux 7

Packages for RHEL 7 and CentOS 7 are available from the Fedora EPEL repositories. Install the EPEL release RPM to add the repository to your system

# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# rpm -I epel-release-latest-7.noarch.rpm

# yum install qpid-cpp-server qpid-tools

clip_image001

clip_image002

clip_image003

clip_image004

# To start the service:

/sbin/service qpidd start

# systemctl status qpidd.service

# To stop the service:

/sbin/service qpidd stop

# To restart the service:

/sbin/service qpidd restart

# To check the status:

/sbin/service qpidd status

# To force reload:

/sbin/service qpidd force-reload

# systemctl enable qpidd.service

chkconfig qpidd on

chkconfig rgmanager on

chkconfig cman on

qpid-queue-stats queues -a admin/admin@localhost --sasl-mechanism=PLAIN

No comments:

Post a Comment