browseMessagesByQueue function

Syntax
qa_browse_handle QAManagerBase::browseMessagesByQueue(
  qa_const_string address
)
Parameters
  • address   The queue in which to browse.

Remarks

Begins a browse of messages queued in the message store for the given queue.

The handle returned by this method is supplied to browseNextMessage. This method and browseNextMessage can be used to enumerate the messages in the message store at the time this method was called.

The messages are just being browsed, so they cannot be acknowledged. Use getMessage to receive messages so they can be acknowledged.

See Also

browseNextMessage function

browseMessagesByID function

browseMessages function

browseClose function

Returns

A handle that is supplied to browseNextMessage.