 | IMessageTimeToLive Property |
version: 10.21.0
The number of milliseconds before the message is discarded or moved to a Dead Message Queue.
A value of 0 means the message never expires. The default value is zero.
Note that this property is only valid for Guaranteed Delivery messages (Persistent and Non-Persistent).
It has no effect when used in conjunction with other message types unless the message is promoted by the appliance to a Guaranteed Delivery message.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntaxlong TimeToLive { get; set; }
Property Value
Type:
Int64
See Also