GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/1950
ARTEMIS-1732 AMQP anonymous producer not blocked on max-disk-usage
Anonymous senders (those created without a target address) are not
blocked when max-disk-usage is reached. The cause is that when such
a sender is created on the broker, the broker doesn't check the
disk/memory usage and gives out the credit immediately.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis fmq1031
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1950.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 #1950
----
commit 2f471dc67870f0c454efb5f868358afe59c91184
Author: Howard Gao <howard.gao@...>
Date: 2018-03-12T02:33:09Z
ARTEMIS-1732 AMQP anonymous producer not blocked on max-disk-usage
Anonymous senders (those created without a target address) are not
blocked when max-disk-usage is reached. The cause is that when such
a sender is created on the broker, the broker doesn't check the
disk/memory usage and gives out the credit immediately.
----
---