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

browseMessagesByQueue method Next Page

browseMessagesBySelector method


Synopsis

java.util.Enumeration ianywhere.qanywhere.client.QAManagerBase.browseMessagesBySelector(
String selector
)
throws QAException

Parameters
Throws
Remarks

Browse messages queued in the message store that satisfy the given selector.

The message is just being browsed, so it cannot be acknowledged. Use QAManagerBase.getMessage(String) to receive messages so that they can be acknowledged.

See Also

browseMessagesByQueue method

browseMessages method

browseMessagesByID method

getMessage method

Returns

An enumerator over the available messages.