SessionPropertiesCalculateMessageExpiration Property
When this property is set to true and the message's
TimeToLive is set (has a non-zero value), the API updates the
message's
Expiration property with the sum of message's Time-To-Live and the UTC timestamp value after it has been sent or received.
Default: false
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public bool CalculateMessageExpiration { get; set; }
Property Value
Boolean