browseMessagesByQueue method

Syntax
java.util.Enumeration ianywhere.qanywhere.client.QAManagerBase.browseMessagesByQueue(
  String address
)
throws QAException
Parameters
  • address   The address of the messages.

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

Browses the available messages waiting that have been sent to the given address.

The messages are just being browsed, so they cannot be acknowledged.

Use the QAManagerBase.getMessage(String) method to receive messages so they can be acknowledged.

See Also

browseMessagesByID method

browseMessages method

getMessage method

Returns

An enumerator over the available messages.