michaelandrepearce commented on issue #2703: ARTEMIS-2380 Fix delivering message in the case of consume close URL: https://github.com/apache/activemq-artemis/pull/2703#issuecomment-526475939 The more i look at this i think you should track these in the session. Not consumer, else we are not letting go of the closed consumer. Once consumer is closed it should be able to gc'd should be treated as no longer existing. How to link it would be by tracking uncommitted messages in session and tracking the session in the queue, this way also if multiple consumers in a session are closed then only tracking one thing. And is more closely mapping the actual behaviour
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
