Function
Create a queue browser.
tibems_status
tibemsSession_CreateBrowser(tibemsSession
session,tibemsQueueBrowser
* browser,tibemsQueue
queue, const char* messageSelector );
CALL "tibemsSession_CreateBrowser" USING BY VALUE session, BY REFERENCE browser, BY VALUE queue, BY REFERENCE messageSelector, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Create a browser in this session.
|
browser
|
The function stores the new browser object in this location.
|
queue
|
Browse this queue.
|
messageSelector
|
When non-null, the browser presents only messages that match this selector; see Message Selectors.
When null, or the empty string, the browser views all messages in the queue.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |