The configuration value defining how often, in seconds, a keep-alive is sent from the Broker to the messaging client. When the messaging client receives a keep-alive from the Broker it will immediately respond to it with a keep-alive response.
A value of 0 disables the sending of keep-alives from the Broker to the messaging client.
This application configuration value is defined as "BrokerKeepAliveInterval".
The default value is 0 (disabled).
public static int BrokerKeepAliveInterval {get; set;}