this.consumerId = info.getConsumerId();
this.browser = info.isBrowser();
}
this.activeClient = client;
if (client != null) {
BrokerConnector brokerConnector = client.getBrokerConnector();
if (brokerConnector != null) {
BrokerInfo brokerInfo = brokerConnector.getBrokerInfo();
if (brokerInfo != null) {
brokerName = brokerInfo.getBrokerName();
clusterName = brokerInfo.getClusterName();
}
}