FlowPropertiesAutoAck Property
Note: This API is now obsolete.
When set to true, the API generates application level acknowledgments for Guaranteed messages,
when the receive delegate returns, this is equivalent to specifying
AutoAck for
AckMode.
When set to false, client applications must explicitly acknowledge Guaranteed messages, if they do not
want to receive them again when reconnecting.
Default: true
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
[ObsoleteAttribute("Use AckMode instead", false)]
public bool AutoAck { get; set; }
Property Value
Boolean