acknowledgeUntil method

Syntax
void QAManager.acknowledgeUntil(
  QAMessage msg
)
throws QAException
Parameters
  • msg   The last message to acknowledge. All earlier unacknowledged messages are also acknowledged.

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

Remarks

Acknowledges the given QAMessage instance and all unacknowledged messages received before the given 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

QAMessage interface

RECEIVED variable

acknowledge method

acknowledgeAll method