|
Home > Archive > BizTalk Server > August 2004 > Suspended Queue Retrieval
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 Queue Retrieval
|
|
|
| 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
| |
| Yossi Dahan 2004-08-17, 5:50 pm |
| Have a look at this wonderful post by Martin:
http://martijnh.blogspot.com/2004/0...e-listener.html
Yossi Dahan
"KB" <anonymous@discussions.microsoft.com> wrote in message
news:751101c483d4$b363bce0$a601280a@phx.gbl...
> 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
| |
| Aman Gupta 2004-08-18, 2: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
>
|
|
|
|
|