tibemsQueueSession_CreateBrowser


Function

Purpose

Create a queue browser.

C Declaration

tibems_status tibemsQueueSession_CreateBrowser( 
    tibemsQueueSession session, 
    tibemsQueueBrowser* browser, 
    tibemsQueue queue, 
    const char* messageSelector ); 

COBOL Call

CALL "tibemsQueueSession_CreateBrowser" 
     USING BY VALUE session, 
           BY REFERENCE browser, 
           BY VALUE queue, 
           BY REFERENCE messageSelector, 
           RETURNING tibems-status 
END-CALL. 

session, browser and queue have usage pointer.

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.

See Also

tibemsQueue

tibemsQueueBrowser


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com