Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAManagerBase

browseMessagesBySelector method Next Page

cancelMessage method


Synopsis

boolean ianywhere.qanywhere.client.QAManagerBase.cancelMessage(
String id
)
throws QAException

Parameters
Throws
Remarks

Cancels the message with the given message ID.

Puts a message into a cancelled state before it is transmitted.

With the default delete rules of the QAnywhere Agent, cancelled 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.