GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/2393
ARTEMIS-2146 Avoiding NPE on AMQP Flow Control
AMQP Flow control will disable consumer flow control (setting credits to
null)
This will avoid a race checking flow control.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-2146
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2393.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 #2393
----
commit 1c91539bad06f96b3ebee84b900b8dcdb1d66d94
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-10-23T16:43:36Z
ARTEMIS-2146 Avoiding NPE on AMQP Flow Control
AMQP Flow control will disable consumer flow control (setting credits to
null)
This will avoid a race checking flow control.
----
---