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: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to