[TIBCO.EMS .NET client library 5.1 documentation]

Explicit client acknowledge mode

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

Syntax

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

Remarks

As with CLIENT_ACKNOWLEDGE, the client program acknowledges receipt by calling Message.Acknowledge. However, each call acknowledges only the individual message. The client may acknowledge messages in any order.

This mode and behavior are proprietary extensions, specific to TIBCO EMS.

See Also