Flipkart

Thursday, June 21, 2018

Install qpid and qpid-tools in Linux 6

Follow the steps

# yum install qpid-tools

Or

# yum install -y qpid-cpp-server qpid-cpp-server-ssl qpid-cpp-client qpid-tools

# yum remove qpid-cpp-server qpid-cpp-server-ssl qpid-cpp-client qpid-tools

clip_image001

clip_image002

# To start the service:

service qpidd start

# To stop the service:

service qpidd stop

# To restart the service:

service qpidd restart

# To check the status:

service qpidd status

# To force reload:

service qpidd force-reload

No comments:

Post a Comment