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.
tibems_status tibemsQueueBrowser_Close(tibemsQueueBrowser queueBrowser );
queueBrowser has usage pointer.
tibems_status tibemsQueueBrowser_GetMsgSelector(tibemsQueueBrowser queueBrowser,
queueBrowser and selector have usage pointer.
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.If prior calls to this function have exhausted the messages in the queue, the function returns TIBEMS_NOT_FOUND.tibems_status tibemsQueueBrowser_GetQueue(tibemsQueueBrowser queueBrowser,tibemsQueue* queue );
queueBrowser and queue have usage pointer.
Copyright © TIBCO Software Inc. All Rights Reserved.