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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static bool? KeepAliveEnabled { get; set; }

Property Value

NullableBoolean
See Also