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

Defines possible values for discard policy

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

Syntax

public enum PolicyType
Public Enumeration PolicyType
public enum class PolicyType

Members

Member nameDescription
TIBRVQUEUE_DISCARD_NONE
Never discard events; use this policy when a queue has no limit on the number of events it can contain.
TIBRVQUEUE_DISCARD_FIRST
Discard the first event in the queue (that is, the oldest event in the queue, which would otherwise be the next event to dispatch).
TIBRVQUEUE_DISCARD_LAST
Discard the last event in the queue (that is, the youngest event in the queue).

See Also