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

When the TIBCO RV queue exceeds its maximum message limit, discard a block of messages. This value is the number of messages to discard.

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

Syntax

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

Field Value

the number of messages to discard when the RV queue exceeds its maximum event limit, or 0 if policy is TIBRVQUEUE_DISCARD_NONE

See Also