}
try {
WseMsgBrokerClient client = new WseMsgBrokerClient();
client.init(this.brokerURL.toString());
client.unSubscribe(this.subscriptionId);
MsgboxHandler msgboxHandler = new MsgboxHandler();
logger.info("Unsubscribing the messagebox that was destroyed," + " SubscriptionID:" + this.subscriptionId);