cancelMessage method

Syntax
boolean ianywhere.qanywhere.client.QAManagerBase.cancelMessage(
  String id
)
throws QAException
Parameters
  • id   The message ID of the message to cancel.

Throws
  • Thrown if there is a problem canceling the message.
Remarks

Cancels the message with the given message ID.

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.