acknowledge method

Syntax
void QAManager.acknowledge(
  QAMessage msg
)
throws QAException
Parameters
  • msg   The message to acknowledge.

Throws
  • Thrown if there is a problem acknowledging the message.

Remarks

Acknowledges that the client application successfully received a QAnywhere message.

When a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. It can then be deleted using the default delete rule.

See Also

RECEIVED variable

acknowledgeUntil method

acknowledgeAll method