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

Get the maximum allowed size of an incoming client message.

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

Syntax

public long MaxClientMsgSize { get; }
Public ReadOnly Property MaxClientMsgSize As Long
public:
property long long MaxClientMsgSize {
	long long get ();
}

Return Value

the maximum allowed size of incoming client message in bytes, or zero if not enabled.

See Also