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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static bool? KeepAliveEnabled { get; set; }

Property Value

NullableBoolean
See Also