mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-19 16:36:40 +00:00
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.