Hi After reviewing the problem was that it should be on connection URL not queue name. Apologies.
I would however be interested if the default thresholds could be specified on the broker Regards Phill On Tue, 9 Jan 2024, 11:53 Phill Dixon, <phillstravelp...@gmail.com> wrote: > Hi > In the AMQ Classic it was possible to set a Prefetch limit to prevent too > many messages being buffered on a client. > > We use OpenWire > > In Artemis we are trying to achieve a similar thing using a URL of > queuename?jms.prefetchPolicy.all=100 > > However when I check the Delivering Count in a console it will go upto > 1000, which I believe is the default. > > Am I missing something or is there a way to limit the number of messages / > max size in MB the client can buffer at any given time. > > Would be extra helpful if we could set this at the broker level as a > default rather than clients having to specify > > Thanks > Phill >