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

The maximum number of messages that the TIBCO RV queue can hold before starting to discard messages.

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

Syntax

public int MaxEvents { get; }
Public ReadOnly Property MaxEvents As Integer
public:
property int MaxEvents {
	int get ();
}

Field Value

the number of events (messages) that the RV Queue can hold, or 0 if policy is TIBRVQUEUE_DISCARD_NONE

See Also