Hi
here is from BOL
>When a conversation is marked delayed, Service Broker performs the matching process again after a timeout period. Notice that failure to find a matching route is not considered an error.
for example it could happen when there is no route for a service.
the question is - what is this timeout. Is it configurable? on a system wide
basis ?
It will be great if this process is described in more details.
Best regards,
Leonid.
Roger Wolter[MSFT] - 28 Sep 2006 05:00 GMT
No, you can't change it. It uses the same exponential backoff as message
retries - start at 4 seconds and backoff each try until 64 second max. This
is something that will change as Service Broker experience grows.

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> Hi
>
[quoted text clipped - 14 lines]
>
> Leonid.