Cancels the message with the given message ID.
boolean QAManagerBase.cancelMessage(String id) throws QAException
id The message ID of the message to cancel.
QAException class Thrown if there is a problem cancelling the message.
Puts a message into a canceled state before it is transmitted.
With the default delete rules of the QAnywhere Agent, canceled messages are eventually deleted from the message store.
Fails if the message is already in a final state, or if the message has been transmitted to the central messaging server.