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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAManagerBase

browseMessagesByID method Next Page

browseMessagesByQueue method


Synopsis

java.util.Enumeration ianywhere.qanywhere.client.QAManagerBase.browseMessagesByQueue(
String address
)
throws QAException

Parameters
Throws
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.