//----------- Unsubscribe from the previous message --------
log.fine("Unsubscribe ...");
stop.restart();
try {
blasterConnection.unSubscribe(xmlKey, "<qos></qos>");
log.info("Unsubscribe done" + stop.nice());
} catch(XmlBlasterException e) {
log.severe("Unsubscribe failed, XmlBlasterException: " + e.getMessage());
}