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

Explicit client acknowledge mode with dups_ok

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

Syntax

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

Remarks

In EXPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE mode, the client program lazily acknowledges only the individual message, by calling Message.Acknowledge. The client may acknowledge messages in any order.

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.

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

See Also