05-17-06 12:14 AM
Try using an exception block from your orchestration. It will write only onc
e
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 aft
er
> 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
[ Post a follow-up to this message ]
|