[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Duplication ok acknowledgment

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

Syntax

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

Remarks

As with AUTO_ACKNOWLEDGE, the session automatically acknowledges messages. However, it may do so lazily. Lazy means that the provider client library can delay transferring the acknowledgement to the server until a convenient time; meanwhile the server might redeliver the message. Lazy acknowledgement can reduce session overhead.

See Also