MsgboxHandler msgboxHandler = new MsgboxHandler();
logger.debug("Unsubscribing the messagebox that was destroyed," + " SubscriptionID:" + this.subscriptionId);
msgboxHandler.deleteMsgBox(msgBoxEpr, 2000L);
} catch (MsgBrokerClientException e) {
logger.error("unable to unsubscribe", e);
e.printStackTrace();