Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 10 Queue Browser : tibemsQueueBrowser

tibemsQueueBrowser
Type
Purpose
View the messages in a queue without consuming them.
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 on page 297.
 
See Also
tibemsSession_CreateBrowser on page 297

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved