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.
Note: 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.