Re: Parameter address-full-policy BLOCK does not work

2022-01-30 Thread Justin Bertram
The "producer-window-size" on the bridge defaults to "-1" which means it won't bother asking for credits from the broker. So when the broker tries to block the producer by withholding credits it won't matter. You need to set the "producer-window-size" on the bridge to something > 0. Justin On Th

Re: Parameter address-full-policy BLOCK does not work

2021-11-18 Thread Roberto
Thank you for the answer, Justin. I'm using another Artemis instance with a bridge sending data to this one. I've seen Artemis enforcing this limit when using Java clients and writing the corresponding entry in the log file. We sometimes get a log indicating that the limit is reached: 2021-11-18

Re: Parameter address-full-policy BLOCK does not work

2021-11-18 Thread Justin Bertram
I don't recall any issues with BLOCK which we've fixed in 2.18.0 or 2.19.0 and all the tests are passing. It certainly could be a new bug, but we'd need more details to confirm. First off, what kind of client are you using to send the messages? Justin On Thu, Nov 18, 2021 at 8:58 AM Roberto wr