TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Session.EXPLICIT_CLIENT_ACKNOWLEDGE Field

Defines explicit client acknowledge mode. This acknowledge mode is a proprietary extension. Sessions using this acknowledge mode must acknowledge each message explicitly calling the acknowledge() method for all messages. The application can call aknowledge() in any order. The general rule that acknowledging a message will acknowledge all previous messages does not apply.

public const int EXPLICIT_CLIENT_ACKNOWLEDGE = 23;

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Session Class | TIBCO.EMS Namespace