Browses all available messages in the message store.
java.util.Enumeration QAManagerBase.browseMessages() throws QAException
An enumerator over the available messages.
QAException class Thrown if there is a problem browsing the messages.
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.