void ianywhere.qanywhere.client.QAManager.acknowledgeUntil(
QAMessage msg
)
throws QAException
msg The last message to acknowledge. All earlier unacknowledged messages are also acknowledged.
Thrown if there is a problem acknowledging the messages.
Acknowledges the given QAMessage instance and all unacknowledged messages received before the given message.
Note: When a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. It can then be deleted using the default delete rule.