On 3/5/07, naga007 <[EMAIL PROTECTED]> wrote:
Thanks, that Dramatically improved the througput, but i have one question, if the client is not waiting for an ACK when sending persistent messages, then don't we think we are at a risk of loosing messages?
Async send avoids blocking until each message is written to the broker's disk before sending the next message. So yes, you'll be notified asynchronously, rather than synchronously, of errors writing the message to disk. But since you are not using transactions or message acknowledgements, you could receive, but not process responses anyway. -- James ------- http://radio.weblogs.com/0112098/