tibemsQueueBrowser
Type
Remarks
A browser is a dynamic enumerator of the queue (not a static snapshot). The queue is at the server, and its contents change as message arrive and consumers remove them. Meanwhile, while the browser is at the client. The function tibemsQueueBrowser_GetNext gets the next message from the server.
The browser can enumerate messages in a queue, or a subset filtered by a message selector.
Sessions serve as factories for queue browsers; see tibemsSession_CreateBrowser.
| Function | Description | 
|---|---|
| tibemsQueueBrowser_Close | Close the browser; reclaim resources. | 
| tibemsQueueBrowser_GetNext | Get the next message from the browser. | 
| tibemsQueueBrowser_GetMsgSelector | Get the selector string for the browser. | 
| tibemsQueueBrowser_GetQueue | Get the queue that the browser examines. | 
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved. 
