You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by PawelJ-PL <gi...@git.apache.org> on 2018/10/10 14:09:51 UTC

[GitHub] activemq-artemis issue #2191: ARTEMIS-1987 - Add consumer window size to Add...

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.


---