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

Get or set the maximum number of messages that the server will store for pending messages bound for this destination.

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

Syntax

public long MaxMsgs { get; set; }
Public Property MaxMsgs As Long
public:
property long long MaxMsgs {
	long long get ();
	void set (long long value);
}

Return Value

the maximum number of messages that the server will store for pending messages bound for this destination.

See Also