Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Any way for topics to be deleted when the creator shuts down

$
0
0
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 ?

Viewing all articles
Browse latest Browse all 5648

Trending Articles