![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsQueueBrowser_GetNext(tibemsQueueBrowser queueBrowser,tibemsMsg* msg );
queueBrowser and msg have usage pointer.
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. This function gets the next message from the server.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |