Browse the message with the given message ID.
java.util.Enumeration QAManagerBase.browseMessagesByID( String id ) throws QAException
id The message ID of the message.
An enumerator containing 0 or 1 messages.
QAException class Thrown if there is a problem browsing the messages.
The message is just being browsed, so it cannot be acknowledged. Use QAManagerBase.getMessage(String) to receive messages so that they can be acknowledged.