IMPLICIT_ACKNOWLEDGEMENT variable

Syntax
const qa_short AcknowledgementMode::IMPLICIT_ACKNOWLEDGEMENT
Remarks

Indicates that all messages are acknowledged as soon as they are received by a client application.

If you receive messages synchronously, messages are acknowledged as soon as the QAManagerBasegetMessage method returns. If you receive messages asynchronously, the message is acknowledged as soon as the event handling function returns.