EndpointProperties.MaxMsgSize Property

Solclient

EndpointPropertiesMaxMsgSize Property
version: 7.2.1.27
The maximum message size in bytes that can be spooled on this Endpoint. The default value is 10000000 bytes.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<int> MaxMsgSize { get; set; }
Public Property MaxMsgSize As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> MaxMsgSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Property Value

Type: NullableInt32
See Also