this.msgBoxServiceLoc = msgBoxServiceLoc;
msgBoxClient = new MsgBoxClient();
try {
msgBoxAddr = msgBoxClient.createMessageBox(msgBoxServiceLoc,5000L);
try {
setReplyTo(new WsaEndpointReference(new URI(msgBoxAddr.getAddress())));
} catch (URISyntaxException e) {
logger.error(e.getLocalizedMessage(),e); //To change body of catch statement use File | Settings | File Templates.
}
messageBoxDonwloader = new Thread(this, Thread.currentThread().getName()+"-async-msgbox-correlator");
messageBoxDonwloader.setDaemon(true);