Github user PawelJ-PL commented on the issue:
https://github.com/apache/activemq-artemis/pull/2191
Could You please briefly describe, how does the feature work? I need
feature similar to queuePrefetch
(http://activemq.apache.org/per-destination-policies.html) per destination (not
whole connection). Is it something similar?
I've set `<default-consumer-window-size>0</default-consumer-window-size>`
on address but it looks, that not works (slow consumer is prefetching more
messages).
With URL `(tcp://127.0.0.1:61616)?consumerWindowSize=0` is's working as
expected, but as I said, I need this setting for particular address, not whole
connection.
---