|
Home > Archive > BizTalk Server General > July 2005 > Sending acknowledgement from pipeline or adapter
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 |
Sending acknowledgement from pipeline or adapter
|
|
| kailux4 2005-07-14, 7:47 am |
| Hi All,
i have to send an Negative acknowledgement back to client for following
scenarios
1. If adapter is unable to read message due to bad/corrupt file
2. if message fails validation in pipeline
3. inside orchestration/send port
i am able to send NACK/ACK from orch, but i dont know how to send NACK in
case my messages get fail in adapter or pipeline.
Any help will be appreciated
Thanks
| |
| Yossi Dahan 2005-07-14, 7:47 am |
| Assuming your port is a two way receive you can set the BTS.RouteDirectToTP
to instruct the messaging engine to loopback the message.
you can then either transform the message to your nack or set some other
context properties to let the send pipeline/adapter know that this is an
error (and the cause of the error) and handle it.
Yossi Dahan
"kailux4" <kailux4@discussions.microsoft.com> wrote in message
news:51DF53B3-39E4-4EA4-8539-6CC4F1DF5D10@microsoft.com...
> Hi All,
> i have to send an Negative acknowledgement back to client for following
> scenarios
> 1. If adapter is unable to read message due to bad/corrupt file
> 2. if message fails validation in pipeline
> 3. inside orchestration/send port
>
> i am able to send NACK/ACK from orch, but i dont know how to send NACK in
> case my messages get fail in adapter or pipeline.
>
> Any help will be appreciated
> Thanks
>
>
|
|
|
|
|