[2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-5426

2016-07-05 Thread cshannon
https://issues.apache.org/jira/browse/AMQ-5426 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. (cherry picked

[2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-5426

2016-07-05 Thread cshannon
https://issues.apache.org/jira/browse/AMQ-5426 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. Project: http

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5426

2016-07-05 Thread cshannon
Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 53c9d7ecb -> 2ec32b67a https://issues.apache.org/jira/browse/AMQ-5426 Fixing a race condition in ActiveMQMessageConsumer that could cause a NPE when the consumer is closing Thanks to Michael Wong for providing the test case for

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5426

2016-07-05 Thread cshannon
Repository: activemq Updated Branches: refs/heads/master bd442a338 -> 6bfa13b6e https://issues.apache.org/jira/browse/AMQ-5426 Fixing a race condition in ActiveMQMessageConsumer that could cause a NPE when the consumer is closing Thanks to Michael Wong for providing the test case for this iss