SessionProperties.ADPublishAckTimerInMsecs Property

Solclient

SessionPropertiesADPublishAckTimerInMsecs Property
version: 7.2.1.27
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.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int ADPublishAckTimerInMsecs { get; set; }
Public Property ADPublishAckTimerInMsecs As Integer
	Get
	Set
public:
property int ADPublishAckTimerInMsecs {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also