.toString(), address.toString(), this.topic);
this.messagePuller = this.wseClient
.startPullingEventsFromMsgBox(messageBoxEPR, this,
1000L);
} else {
this.xmlConsumer = new XmlConsumer(0, this);
this.xmlConsumer.start();
URL consumerUrl = new URL(this.xmlConsumer.getServer()
.getLocation());
this.subscriptionID = this.wseClient.subscribe(this.brokerURL
.toString(), consumerUrl.getHost() + ":"