try {
this.connGlobal = this.global.getClone(null);
// this.publisherGlobal = this.global.getClone(null);
// this.publisherGlobal.getXmlBlasterAccess().connect(new ConnectQos(this.publisherGlobal, "one/2", "secret"), null);
this.updateInterceptor = new MsgInterceptor(this.connGlobal, log, null, this);
boolean withQueue = true;
// we need failsafe behaviour to enable holdback messages on client update exceptions
ConnectQos connectQos = new ConnectQos(this.connGlobal, "streamingMsgTester/1", "secret");
connectQos.getAddress().setDelay(5000L);
connectQos.getAddress().setPingInterval(5000L);