Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerBase interface

 

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.