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

Get or set the maximum allowed message memory.

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

Syntax

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

Return Value

the maximum allowed message memory in bytes, or 0 if no limit is set.

Remarks

Lowering this value will not immediately free memory occupied by messages.

Exceptions

ExceptionCondition
System..::.ArgumentException if maxMsgMemory is less than 64KB.

See Also