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.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static bool? KeepAliveEnabled { get; set; }
Public Shared Property KeepAliveEnabled As Boolean?
Get
Set
Property Value
NullableBoolean
See Also