mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 02:29:21 +00:00
Fixing a race condition in ActiveMQMessageConsumer that could cause a NPE when the consumer is closing by only modifing pendingAck inside of the deliveredMessagesMutex Thanks to Michael Wong for providing the test case for this issue.