Acknowledges that the client application successfully received a QAnywhere message.
Visual Basic Public Sub Acknowledge( _ ByVal msg As QAMessage _ )
C# public void Acknowledge( QAMessage msg );
msg the message to acknowledge.
When a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. When a QAMessage MessageProperties.STATUS message property changes to StatusCodes.RECEIVED, it can be deleted using the default delete rule.
For more information about delete rules, see Message delete rules.
QAException class - Thrown if there is a problem acknowledging the message.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |