Click or drag to resize

AmqpCFXEndpointKeepAliveEnabled Property

When enabled, the endpoint will automatically refresh (disconnect/reconnect) all of its subscription channels. This is to prevent brokers from timing out the connection when the channel has been dormant for a period of time. The default setting is 60 seconds.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static bool? KeepAliveEnabled { get; set; }

Property Value

NullableBoolean
See Also