[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the maximum allowed message memory.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | if maxMsgMemory is less than 64KB. |