Hello,
I would like to auto unsubscribe a durable subscription from a
multicast address when the consumer(subscriber) is offline for more than 5
min. I see in activemq classic there is a offlineDurableSubscriberTimeout
config that do just what i need. However it is not available in artemis. Is
there another way to achieve this?
I have tried setting connection-ttl-override=300000,
auto-delete-queues=true, auto-delete-queues-message-count=-1 on the broker
hopping that it would see the consumer/subscriber disconnected for more
than 5 min and cleanup the connection thus effectively delete the
subscription queue but it did not
--
Where there is will, there is a way