this.subscriptionId = subscriptionId;
this.topic = topic;
WseMsgBrokerClient wseClient = new WseMsgBrokerClient();
MsgboxHandler msgboxHandler = new MsgboxHandler();
messagePuller = msgboxHandler.startPullingFromExistingMsgBox(msgBoxAddr, this, 500L, 1000L);
if (logger.isDebugEnabled())
logger.debug("\n\nCreate Subscription for topic" + topic + " [Messagebox]\n\n");
String msgBoxEventSink = msgBoxAddr.getAddress();
String formattedEventSink = null;