GitHub user pgfox opened a pull request:
https://github.com/apache/activemq-artemis/pull/1675
ARTEMIS-1526 NullpointerException in ActiveMQServerControl.listConsumers()
race condition between listConsumers() and client closing a Session . Avoid
NullPointerException and return empty strings for JSON attributes associated
with that Session.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pgfox/activemq-artemis listConsumer_race
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1675.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1675
----
commit 51cea804aaf79372eb88e3541a2b1b2bb0b7f594
Author: Pat Fox <[email protected]>
Date: 2017-11-26T14:00:23Z
ARTEMIS-1526 race condition between listConsumers() and closing a Session.
Avoid NullPointerException and return empty strings for Json attributes
associated with that Session.
----
---