|
Home > Archive > BizTalk Server Orchestration > May 2006 > WebService reties and 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 |
WebService reties and suspended messages
|
|
| kailux4 2006-05-16, 7:14 pm |
| In My Orchestration, i do retries to send a message to webservice, and after
successful completion i update the database. Now since i do retries, say for
3 times, 3 messages gets pilled up in the messaging engine along with the
orchestration, in case of failures
What i want to do is, only one message along with the orchestration should
be visible to administrator, when he fixes the error and do resume
Is it possible to some how clear/terminate other two messages from my
orchestration
Thanks
Kailux
| |
| anand kumar 2006-05-16, 7:14 pm |
| Try using an exception block from your orchestration. It will write only once
to the Windows event viewer.( Not sure about MessageBox). After 3 attempts
you can terminate the orchestration using terminate block.
Thanks,
Anand
"kailux4" wrote:
> In My Orchestration, i do retries to send a message to webservice, and after
> successful completion i update the database. Now since i do retries, say for
> 3 times, 3 messages gets pilled up in the messaging engine along with the
> orchestration, in case of failures
> What i want to do is, only one message along with the orchestration should
> be visible to administrator, when he fixes the error and do resume
>
> Is it possible to some how clear/terminate other two messages from my
> orchestration
>
> Thanks
> Kailux
|
|
|
|
|