Hide Forgot
Description of problem: If qpid-cpp-server-cluster package is not installed (can happen when RHEL HA channel is not enabled) and we configure qpidd to be in a cluster, there is no warning the broker runs standalone and not in a cluster. Version-Release number of selected component (if applicable): 2.0 How reproducible: 100% Steps to Reproduce: 1. yum remove qpid-cpp-server-cluster 2. echo -e "cluster-name=ClusterTest \ntrace=yes \nlog-to-file=/tmp/qpidd.log" > /etc/qpidd.conf 3. service qpidd start Actual results: no output contains any notice the broker is setup to be in a cluster but it runs standalone Expected results: Some warning should be printed. Additional info: