tibemsQueueReceiver_GetQueue


Function

Purpose

Get the queue from a queue receiver.

C Declaration

tibems_status tibemsQueueReceiver_GetQueue( 
    tibemsQueueReceiver queueReceiver, 
    tibemsQueue* queue ); 

COBOL Call

CALL "tibemsQueueReceiver_GetQueue" 
     USING BY VALUE queueReceiver, 
           BY REFERENCE queue, 
           RETURNING tibems-status 
END-CALL. 

queueReceiver and queue have usage pointer.

Parameters

Parameter
Description
queueReceiver
Get the queue from this receiver.
queue
The function stores the queue in this location.

Remarks

The receiver consumes messages from this queue.

Programs set this queue when creating the receiver, and cannot subsequently change it.


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