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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerBase interface

 

browseMessages method

Syntax
java.util.Enumeration QAManagerBase.browseMessages()
throws QAException
Throws
  • Thrown if there is a problem browsing the messages.

Remarks

Browses all available messages in the message store.

The messages are just being browsed, so they cannot be acknowledged.

Use the QAManagerBase.getMessage(String) method to receive messages so that they can be acknowledged.

See Also

browseMessagesByQueue method

browseMessagesByID method

getMessage method

Returns

An enumerator over the available messages.