There is also a problem with unsubscribe topic
if i do 2 time the unsubribe commmand on the same topic
key = "<key oid='HelloWorld'/>";
qos = "<qos/>";
response = xa.unSubscribe(xa, key, qos, &xmlBlasterExcp);
the second time the program is blocked and get the following exception :
Caught exception during unsubscibe errorCode=resource.exhaust
message=[C:\mom\XMLBLA~2\src\c\socket\XmlBlasterAccessUnparsed.c:345]
Waiting on response for 'unSubscribe()' with requestId=6 timed out after
blocking 60000 millis
The second unsubscribe is an errore because i have already unsubcribed the
topic, but
blocking the program for 1 min. i think is not a correct answare.