mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 20:15:56 +00:00
resolves #123 This commit resolves an issue where unmatched acknowledgement messages could be received when running a MDB consumer and sending messages with a short TTL. The expiration logic when receiveing an expired Message Ack will now only expire messages in dispatch relating to the received ack, not all expired messages in the dispatch list.