We recently did OS patch in linux, after that apigee-qpid service is starting and shutting down immediately.
I could not find any errors in the logs, all other components started working fine. But only apigee-qpid service is having issue.
I could not figure out what really went wrong.
Solved! Go to Solution.
Found the issue. Following libraries which were upgraded while linux patching causing the apigee-qpidd component to shut down.
libibverbs-13-7.el7.x86_64 librdmacm-13-7.el7.x86_64 rdma-core-13-7.el7.x86_64 rdma-core-13-7.el7.i686
Downgraded these libraries, now apigee-qpidd is working fine.