SessionPropertiesADPublishAckTimerInMsecs Property
The duration of the publisher acknowledgement timer (in milliseconds).
When a published message is not acknowledged within the time specified for this timer, the API automatically retransmits the message.
There is no limit on the number of retransmissions for any message. However, while the API is resending, applications can become flow controlled.
The flow control behavior is controlled by SessionProperties.SendBlocking and SessionProperties.BlockingWriteTimeoutInMsecs.
The valid range is 20..60000. Default: 2000
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public int ADPublishAckTimerInMsecs { get; set; }
Property Value
Int32