[
https://issues.apache.org/activemq/browse/AMQ-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully updated AMQ-850:
---------------------------
Fix Version/s: 5.3.0
(was: 5.2.0)
> add the ability to timeout a consumer to prevent a bad, hung or unused
> consumer consumer from grabbing messages
> ---------------------------------------------------------------------------------------------------------------
>
> Key: AMQ-850
> URL: https://issues.apache.org/activemq/browse/AMQ-850
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Reporter: James Strachan
> Fix For: 5.3.0
>
>
> If a MessageConsumer is created but not used, it still tends to get its
> prefetch-buffer worth of messages. If it does not process them within a
> specific time the consumer should either be closed, or the messages unacked
> and flushed from the buffer so that the consumer does not hog the messages.
> Similarly if a consumer gets a message but then locks up without processing
> the message we should lazily kill the consumer releasing and redelivering all
> its messages
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.