10.24.0

MessageAckMode Enumeration

Defines the possible acknowledgements modes for received Guaranteed Delivery messages.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum MessageAckMode

Members

AutoAck1 Automatic application acknowledge all received messages, the application does not need to call Ack(...) explicitly.
ClienAck2 Acknowledges only the msgId specified. Deprecated use ClientAck instead.
Obsolete.
ClientAck2 Acknowledges only the msgId specified.

See Also