this.brokerURL = configuration.getBrokerURL();
this.topic = configuration.getTopic();
this.pullMode = configuration.isPullMode();
this.messageBoxURL = configuration.getMessageBoxURL();
this.wseClient = new WseMsgBrokerClient();
this.wseClient.init(this.brokerURL.toString());
}