"<key oid='' queryType='XPATH'>\n" +
"/xmlBlaster/key/AGENT" +
"</key>";
stop.restart();
try {
blasterConnection.subscribe(xmlKey, "<qos></qos>");
log.fine("Subscribe done, there should be a Callback");
} catch(XmlBlasterException e) {
log.severe("subscribe failed, XmlBlasterException: " + e.getMessage());
}