public enum MessageAckMode
AutoAck | 1 | Automatic application acknowledge all received messages, the application does not need to call Ack(...) explicitly. |
ClienAck | 2 |
Acknowledges only the msgId specified. Deprecated use ClientAck instead.
Obsolete. |
ClientAck | 2 | Acknowledges only the msgId specified. |