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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static bool? KeepAliveEnabled { get; set; }Public Shared Property KeepAliveEnabled As Boolean?
Get
Set
Property Value
NullableBoolean
See Also