FlowPropertiesAckThreshold Property
The threshold for sending an acknowledgement, configured as a percentage. The
API sends a transport acknowledgment every N messages where N is calculated as
this percentage of the flow window size if the endpoint's
max-delivered-unacked-msgs-per-flow setting at bind time is greater than or
equal to the transport window size. Otherwise, N is calculated as this
percentage of the endpoint's max-delivered-unacked-msgs-per-flow setting at
bind time.
The valid range is 1..75. The default value is 60.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public int AckThreshold { get; set; }
Property Value
Int32