60616263646566
this.brokerURL = configuration.getBrokerURL(); this.topic = configuration.getTopic(); this.pullMode = configuration.isPullMode(); this.messageBoxURL = configuration.getMessageBoxURL(); this.wseClient = new WseClientAPI(); }
74757677787980
this.brokerURL = configuration.getBrokerURL(); this.topic = configuration.getTopic(); this.pullMode = true; this.messageBoxURL = configuration.getMessageBoxURL(); this.wseClient = new WseClientAPI(); }