Function
Get the queue from a queue receiver.
tibems_status
tibemsQueueReceiver_GetQueue(tibemsQueueReceiver
queueReceiver,tibemsQueue
* queue );
CALL "tibemsQueueReceiver_GetQueue" USING BY VALUE queueReceiver, BY REFERENCE queue, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
queueReceiver
|
Get the queue from this receiver.
|
queue
|
The function stores the queue in this location.
|
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 |