[
https://issues.apache.org/activemq/browse/AMQ-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56115#action_56115
]
Hiram Chirino commented on AMQ-2511:
------------------------------------
fix applied to 5.4 branch in rev 884267.
need to back port to 5.3 branch.
> Regression: Inactivity monitor does not time out stale connections.
> -------------------------------------------------------------------
>
> Key: AMQ-2511
> URL: https://issues.apache.org/activemq/browse/AMQ-2511
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.3.0
> Reporter: Hiram Chirino
> Assignee: Hiram Chirino
> Fix For: 5.4.0
>
>
> The fix @ AMQ-2088 cause a the Inactivity Monitor to regress.
> Now when a socket is waiting to read the next message, or is in the middle of
> receiving the next message it sets a flag that disable the inactivity monitor
> from timing out the connection. The problem is that if the connection gets
> hung, then it won't time out since the flag is set.
> I think a better approach would be for the wireformat to expose a counter
> which is incremented as data is read.
> That way between inactivity check intervals the inactivity monitor can check
> to see if that value has changed since it's last check.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.