* advertizing itself as "localhost". This method detects
* such bogus addresses..
*/
private void verifyAddress() throws Exception {
if (getMQAddress().getHost().isLoopbackAddress()) {
throw new LoopbackAddressException(Globals.getBrokerResources().getString(
BrokerResources.X_LOOPBACKADDRESS, this.toString()));
}
if (Globals.getHAEnabled() != getHAEnabled()) {
throw new VerifyAddressException(Globals.getBrokerResources().getString(