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

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

 

browseMessagesBySelector method

Syntax
java.util.Enumeration ianywhere.qanywhere.client.QAManagerBase.browseMessagesBySelector(
  String selector
)
throws QAException
Parameters
  • selector   The selector.

Throws
  • Thrown if there is a problem browsing the messages.
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.