Click or drag to resize

EndpointPropertiesRespectsMsgTTL Property

version: 10.21.0
The endpoint recognizes message Time-to-Live and removes messages that expire. - Default: false.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
public bool? RespectsMsgTTL { get; set; }

Property Value

Type: NullableBoolean
See Also