[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Defines possible values for discard policy
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum PolicyType |
Public Enumeration PolicyType |
public enum class PolicyType |
Members
Member name | Description | |
---|---|---|
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). |