|
Home > Archive > BizTalk Server General > June 2004 > BTS.Ack... properties
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 |
BTS.Ack... properties
|
|
| PeterT 2004-06-26, 10:51 am |
| Hi All,
Does anybody know what is the purpose of the BTS.AckID, BTS.AckOwnerID, and
other BTS.ACK* properties? The documentation says these are for
acknowledgement messages. What is this acknowledgement message and how is it
used?
Regards
Peter
| |
| Kevin B Smith (MSFT) 2004-06-26, 10:51 am |
| ACKs -> Acknowledgments: if a message is marked as delivery receipt required, the messaging engine will publish an ACK when the message is successfully transmitted.
NACK's -> negative Acknowledgments: if the engine suspends a message a NACK will be published.
Anyone can subscrib to ACK's / NACK's, typically they are very useful in Orchestrations that do a one-way send whereby the Orch needs to know whether the message was successfully transmitted, the port can be marked as delivery receipt required, meaning th
at Orchestration will not leave the send scope until the ACK or NACK has been received.
The properties on the ACK/NACK can be used to identify the message that they are ACK'ing or NACK'ing.
Regards,
--Kevin
"PeterT" wrote:
> Hi All,
>
> Does anybody know what is the purpose of the BTS.AckID, BTS.AckOwnerID, and
> other BTS.ACK* properties? The documentation says these are for
> acknowledgement messages. What is this acknowledgement message and how is it
> used?
>
> Regards
>
> Peter
>
>
>
|
|
|
|
|