AmqpTransportSettings.IdleTimeout Property

Definition

Specify client-side heartbeat interval. The interval, that the client establishes with the service, for sending keep alive pings. The default value is 2 minutes.

public TimeSpan IdleTimeout { get; set; }
member this.IdleTimeout : TimeSpan with get, set
Public Property IdleTimeout As TimeSpan

Property Value

Remarks

The client will consider the connection as disconnected if the keep alive ping fails. Setting a very low idle timeout value can cause aggressive reconnects, and might not give the client enough time to establish a connection before disconnecting and reconnecting.

Applies to