tibemsQueueSender_GetQueue


Function

Purpose

Get the queue from a queue sender object.

C Declaration

tibems_status tibemsQueueSender_GetQueue( 
    tibemsQueueSender queueSender, 
    tibemsQueue* queue ); 

COBOL Call

CALL "tibemsQueueSender_GetQueue" 
     USING BY VALUE queueSender, 
           BY REFERENCE queue, 
           RETURNING tibems-status 
END-CALL. 

queueSender and queue have usage pointer.

Parameters

Parameter
Description
queueSender
Get the queue from this sender.
queue
The function stores the queue in this location.

Remarks

Each send call directs a message to a queue.

Programs can use this property to define a default queue for messages that this producer sends. Individual sending calls can override this default value.

Programs set this queue when creating the sender, 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