Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAManager class

QAManager class Next Page

acknowledge function


Synopsis

qa_bool QAManager::acknowledge(
QAMessage * msg
)

Parameters
Remarks

Acknowledges that the client application successfully received a QAnywhere message.

Note: when a QAMessage is acknowledged, its MessagePropertiesSTATUS property changes to StatusCodes.RECEIVED. When a QAMessage status changes to StatusCodes.RECEIVED, it can be deleted using the default delete rule.

For more information about delete rules, see Message delete rules.

See Also

acknowledgeAll function

acknowledgeUntil function

Returns

True if and only if the operation succeeded.