The session message acknowledgment modes.
Member Name | Description |
---|---|
Transacted | Returned by Session.AcknowledgeMode if the session is transacted. |
Auto | The session will automatically acknowledge receipt of a message. |
Client | The client must acknowledge receipt of a message by invoking the Message.Acknowledge method. |
DupsOK | The session will automatically, but lazily, acknowledge receipt of a message. This mode may result in duplicate messages being received if a failure occurs. |
Namespace: webMethods.Msg
Assembly: webMethods.Msg (in webMethods.Msg.dll)