browseMessagesBySelector method

Syntax
java.util.Enumeration 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.