Re: How to test prefetch size is actually working

2016-03-21 Thread Tim Bain
I believe that's correct, though I've never tried it myself so I don't have firsthand knowledge. On Mar 21, 2016 8:12 AM, "Raffi" wrote: > Tim, > > Wow, thank you; my assumption was totally wrong. > > On the flip side, to ensure my understand of optimizedAcknowlege="true" > isn't wrong either, do

Re: How to test prefetch size is actually working

2016-03-21 Thread Raffi
Tim, Wow, thank you; my assumption was totally wrong. On the flip side, to ensure my understand of optimizedAcknowlege="true" isn't wrong either, does the client "ack" groups of messages using a single network call instead of individually? (Batch size being 65% of prefetchSize) -- View this me

Re: How to test prefetch size is actually working

2016-03-21 Thread Tim Bain
You're misunderstanding what the prefetch size is. It doesn't mean the broker dispatches messages in groups of N, it means that the broker dispatches messages individually until there are N outstanding, and when a message is acknowledged then another individual message will be dispatched to get ba