Delen via


DataflowEndpointMqtt.MaxInflightMessages Property

Definition

The max number of messages to keep in flight. For subscribe, this is the receive maximum. For publish, this is the maximum number of messages to send before waiting for an ack.

public int? MaxInflightMessages { get; set; }
member this.MaxInflightMessages : Nullable<int> with get, set
Public Property MaxInflightMessages As Nullable(Of Integer)

Property Value

Applies to