07-14-05 12:47 PM
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
>
>
[ Post a follow-up to this message ]
|