tibemsQueueBrowser_GetQueue


Function

Purpose

Get the queue that the browser examines.

C Declaration

tibems_status tibemsQueueBrowser_GetQueue( 
    tibemsQueueBrowser queueBrowser, 
    tibemsQueue* queue ); 

COBOL Call

CALL "tibemsQueueBrowser_GetQueue" 
     USING BY VALUE queueBrowser, 
           BY REFERENCE queue, 
           RETURNING tibems-status 
END-CALL. 

queueBrowser and queue have usage pointer.

Parameter
Description
queueBrowser
Get the queue of this browser.
queue
The function stores the queue in this location.


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