|
Home > Archive > BizTalk Server General > October 2004 > Suspended messages
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Suspended messages
|
|
|
| Hi,
Does anyone know of a blog or a white paper that can give me a direction in
the following situation:
When I send a message on a port that fails due a transmission error I want
to be able to send a message to support and allow them to restart the
orchestration where it left off, i.e posting the message to the source that
fails.
Any ideas what the best practice is when doing this?
Also, I would like to know how to set the timeout for the SOAP adapter.
--
Phil
| |
| Stephen W. Thomas 2004-10-29, 5:49 pm |
| I think what you are looking for is Delivery Notification.
I used it on my last project to do exactly what you are asking about.
This will allow you to catch transmission errors on the Send Port and then
react to them. You have to use a Specify Later send port through and it does
not work well with Send Port Groups. In addition, you take a performance hit
because your Orchestration will remain active until the response is received.
You can get more information on Kevin Smith’s blog here:
http://blogs.msdn.com/kevinsmi
I have a working sample and a little more info on my blog here:
http://www.geekswithblogs.net/sthom...08/02/9234.aspx
If you have any questions, please let me know.
Stephen W. Thomas
http://www.geekswithblogs.net/sthomas
"John" wrote:
> Hi,
>
> Does anyone know of a blog or a white paper that can give me a direction in
> the following situation:
>
> When I send a message on a port that fails due a transmission error I want
> to be able to send a message to support and allow them to restart the
> orchestration where it left off, i.e posting the message to the source that
> fails.
>
> Any ideas what the best practice is when doing this?
>
> Also, I would like to know how to set the timeout for the SOAP adapter.
>
> --
> Phil
|
|
|
|
|