On Dec 12, 2008 at 08:28, Juha Heinanen jh@tutpro.com wrote:
Andrei Pelinescu-Onciul writes:
I wonder what happen if the asynchronous sending fails (e.g. TCP connection is lost). Will it jump to failure route (for requests)?
It will time out and then jump into the failure route (it doesn't jump directly on async send failure, it will wait for the transaction timeout).
if this is the same as what happens when udp destination is not responding, then it is fine.
Yes, it's the same.
Andrei