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

Get or set the maximum number of message bytes 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 MaxBytes { get; set; }
Public Property MaxBytes As Long
public:
property long long MaxBytes {
	long long get ();
	void set (long long value);
}

Return Value

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

See Also