BrokerDetails bd = (BrokerDetails) o;
return _host.equalsIgnoreCase(bd.getHost()) &&
(_port == bd.getPort()) &&
_transport.equalsIgnoreCase(bd.getTransport()) &&
(useSSL() == bd.useSSL());
//todo do we need to compare all the options as well?
}
private String printOptionsURL()