EndpointReference msgBoxAddr = msgboxHandler.createPullMsgBox(this.messageBoxUrl, 12000l);
if (logger.isDebugEnabled())
logger.debug("\n\nCreated Messagebox at address :" + msgBoxAddr.getAddress());
subscriptionId = subToBrokerWithMsgBoxSink(msgBoxAddr, topic, xpath, wseClient, subscribePermanatly);
messagePuller = msgboxHandler.startPullingEventsFromMsgBox(msgBoxAddr, this, 500L, 30000l);
if (logger.isDebugEnabled())
logger.debug("\n\nCreate Subscription for topic" + topic + " [Messagebox]\n\n");
Subscription subscription = new Subscription(this, subscriptionId, topic, callback, this.brokerURL);
subscription.setMessageBoxEpr(msgBoxAddr);
subscription.setBrokerURL(this.brokerURL);