mattrpav commented on issue #2404: URL: https://github.com/apache/activemq/issues/2404#issuecomment-5205152652
This PR is looking to clear two things at once and may be better to separate. Regarding connection health points-- The InactivityMonitor address the target-side stale connection (no heartbeat) issue, but doesn't address source side. The advisory ack thing is a separate deal where the current approach is to ack based on a % of the prefetch and that can leave unack'd messages out there. A timed-based reaper or some sort of check is probably a good idea to keep things properly ack'd and allow for diagnostics to be deterministic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
