If am not wrong
When producer sends a persistent message on a topic then it first store
message in persistent store (let kahadb) and then send an acknowledgment to
producer.
So how will it work in case of Virtual Topic with a logical queue because
message will be stored for queue as well in kahadb?
(Assume there is a durable subscriber on the topic)
Thanks
When producer sends a persistent message on a topic then it first store
message in persistent store (let kahadb) and then send an acknowledgment to
producer.
So how will it work in case of Virtual Topic with a logical queue because
message will be stored for queue as well in kahadb?
(Assume there is a durable subscriber on the topic)
Thanks