Currently I have an app call it "Sender" that creates topics using the
following string
std::string sender_string = queue_name +";{create:always, delete:always,
node:{type:topic}}";
Now I was under the impression that if the sender application closes for
some reason The Broker would delete the topics created by the sender and
all those applications that were listening to the topic would get an
exception however this is not happening. Am I missing something here ? Any
suggestions ?
following string
std::string sender_string = queue_name +";{create:always, delete:always,
node:{type:topic}}";
Now I was under the impression that if the sender application closes for
some reason The Broker would delete the topics created by the sender and
all those applications that were listening to the topic would get an
exception however this is not happening. Am I missing something here ? Any
suggestions ?