//----------- Subscribe to the previous message OID -------
log.fine("Subscribing using the exact oid ...");
xmlKey = "<?xml version='1.0' encoding='ISO-8859-1' ?>\n" +
"<key oid='" + publishOid + "' queryType='EXACT'>\n" +
"</key>";
stop.restart();
try {
String subId = blasterConnection.subscribe(xmlKey, "<qos></qos>").getSubscriptionId();
log.fine("Subscribed to '" + subId + "' ..." + stop.nice());
} catch(XmlBlasterException e) {
log.severe("Subscribe failed, XmlBlasterException: " + e.getMessage());