On 09/22/2011 03:39 PM, Daryoush Mehrtash wrote:
So the only two choices I have are unreliable vs at-least-once. Would choosing one or the other influence the network traffic? I like to know whether I will see more or less packets on the wire if I choose at-least-once vs unreliable? If so, any idea how much that overhead might be?
For at-least-once guarantees messages need to be acknowledged. This means there is a small increase in the network traffic, however with appropriate batching it is usually not that significant.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
