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