|
Home > Archive > BizTalk Server General > March 2005 > Listening to Suspended queue
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 |
Listening to Suspended queue
|
|
| Jeff Wessling 2005-03-25, 5:49 pm |
| I have an orchestration and I want to send a positive acknowledgment back to
my LOB app if BizTalk maps a received message properly and sends it on. I
also would like to send an negative acknowledgment if an error occurred in
the mapping.
For the positive I'm thinking of listening to the file location, but for the
negative I'm stuck, I'd prefer not to use a simple timeout, is there a way
to listen if anything is added to the suspend queue or it errors popup in
the event log?
Thanks,
Jeff
| |
| Jon Flanders[DevelopMentor] 2005-03-25, 5:49 pm |
| You can write a service that using the WMI Message Suspened event and then
sends some sort of message back to your LOB app or back into BizTalk (as an
acknowledgement of the suspended message)
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Jeff Wessling" <jeff.wessling@qualifacts.com> wrote in message
news:OlSnEfYMFHA.3328@TK2MSFTNGP14.phx.gbl...
>I have an orchestration and I want to send a positive acknowledgment back
>to my LOB app if BizTalk maps a received message properly and sends it on.
>I also would like to send an negative acknowledgment if an error occurred
>in the mapping.
>
> For the positive I'm thinking of listening to the file location, but for
> the negative I'm stuck, I'd prefer not to use a simple timeout, is there a
> way to listen if anything is added to the suspend queue or it errors popup
> in the event log?
>
> Thanks,
> Jeff
>
| |
| Yossi Dahan 2005-03-29, 2:48 am |
| I think the best way to go about doing this is to mark the send port in the
orchestration for delivery notification as explained in this blog entry:
http://blogs.msdn.com/kevinsmi/arch.../03/172574.aspx by Kevin Smith
Yossi Dahan
"Jeff Wessling" <jeff.wessling@qualifacts.com> wrote in message
news:OlSnEfYMFHA.3328@TK2MSFTNGP14.phx.gbl...
>I have an orchestration and I want to send a positive acknowledgment back
>to my LOB app if BizTalk maps a received message properly and sends it on.
>I also would like to send an negative acknowledgment if an error occurred
>in the mapping.
>
> For the positive I'm thinking of listening to the file location, but for
> the negative I'm stuck, I'd prefer not to use a simple timeout, is there a
> way to listen if anything is added to the suspend queue or it errors popup
> in the event log?
>
> Thanks,
> Jeff
>
|
|
|
|
|