08-18-04 07:47 AM
Hi
You can get back your rejected messages by writing a windows service that
will listen to MSBTS_ServiceInstanceSuspendedEvent event.
This event will be fired when your message is rejected by BizTalk. you can
specify the directory in which you want to copy the message.
if you want the code of windows service i can give you.
in case of any queries feel free to ask.
Regards,
Aman
BizTalk Server Consultant
"KB" wrote:
> Hi,
>
> I have a Orchestration, when a error occured inside that
> it will push the message inside the Suspended Queue. If
> a message goes to a suspended Queue, I need to retrieve
> that message based on some Identification. Can anyone
> came across similar situation.
> TIA.
> KB
>
[ Post a follow-up to this message ]
|