GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2074
ARTEMIS-1850 QueueControl.listDeliveringMessages returns empty result
With AMQP protocol when some messages are received in a transaction,
calling JMX QueueControl.listDeliveringMessages() returns empty list
before the transaction is committed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis i_1850
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2074.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 #2074
----
commit 4d804a1d7cb3bb25b6ab160a2a5cd7f636f1c4b3
Author: Howard Gao <howard.gao@...>
Date: 2018-05-07T06:33:16Z
ARTEMIS-1850 QueueControl.listDeliveringMessages returns empty result
With AMQP protocol when some messages are received in a transaction,
calling JMX QueueControl.listDeliveringMessages() returns empty list
before the transaction is committed.
----
---