Solclient
IMessageTimeToLive Property |
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: 7.2.1.27 (7.2.1.27)
Syntax
long TimeToLive { get; set; }
Property TimeToLive As Long Get Set
property long long TimeToLive { long long get (); void set (long long value); }
Property Value
Type: Int64See Also