so should i send a session acknowledgment after processing every ten messages or after every message for optimum performance ?
On Thu, Nov 29, 2012 at 7:28 AM, Gordon Sim <[email protected]> wrote: > On 11/29/2012 01:30 PM, Rajesh Khan wrote: > >> Thank you for your email and making things a lot clear. However what if I >> send an asynchronous acknowledgment like >> session.Acknowledge(false); >> will it be similar in performance to sending a parameter less >> acknowledgment. >> > > Yes, because the default value is false (i.e. asynchronous). > > > Which one will be better for clients that receive high >> frequency messages? >> > > Asynchronous acknowledgement will lead to higher throughput, so you want > to stick with that most likely. > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
