[TIBCO.EMS .NET client library 7.0 documentation]

Automatic acknowledgment

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const int AUTO_ACKNOWLEDGE
Public Const AUTO_ACKNOWLEDGE As Integer
public:
literal int AUTO_ACKNOWLEDGE

Remarks

In this mode, the session automatically acknowledges a message when message processing is finished. "Finished" in this case is when either of these methods returns successfully:

See Also