10.24.0

EndpointPropertiesMaxMsgSize Property

The maximum message size in bytes that can be spooled on this Endpoint. The default value is 10000000 bytes.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public int? MaxMsgSize { get; set; }

Property Value

NullableInt32

See Also