browseMessagesByID method

Syntax
java.util.Enumeration QAManagerBase.browseMessagesByID(
  String id
)
throws QAException
Parameters
  • id   The message ID of the message.

Throws
  • Thrown if there is a problem browsing the messages.

Remarks

Browse the message with the given message ID.

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

getMessage method

Returns

An enumerator containing 0 or 1 messages.