EndpointProperties.RespectsMsgTTL Property

Solclient

EndpointPropertiesRespectsMsgTTL Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public bool RespectsMsgTTL { get; set; }
Public Property RespectsMsgTTL As Boolean
	Get
	Set
public:
property bool RespectsMsgTTL {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also