Time out for Durable Subscribers
--------------------------------
Key: AMQ-2176
URL: https://issues.apache.org/activemq/browse/AMQ-2176
Project: ActiveMQ
Issue Type: New Feature
Components: Broker
Environment: all
Reporter: Andreas Gies
Priority: Minor
This feature comes from practical considerations. Imagine consumers that create
durable subscribers on a broker. If those consumers die unexpectedly and are
not revived, the durable subscription continues to exist and messages sent to
the according topic will be stored persistently. I propose to have an enhanced
version of the createDurableSubscriber method accepting an addtional parameter
with a timeout value. The intended behavior on the broker side is to drop a
durable
subscription if no active subscriber has been connected within the given
timeout value. By default the feature should be turned off.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.