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.