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
# 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