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