Function
Create a temporary queue.
This call is identical to tibemsSession_CreateTemporaryQueue
.
tibems_status
tibemsQueueSession_CreateTemporaryQueue(tibemsQueueSession
session,tibemsTemporaryQueue
* tmpQueue );
CALL "tibemsQueueSession_CreateTemporaryQueue" USING BY VALUE session, BY REFERENCE tmpQueue, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Create the queue in this session.
|
tmpQueue
|
The function stores the new temporary queue object in this location.
|
A temporary queue lasts no longer than the connection. That is, when the connection is closed or broken, the server deletes temporary queues associated with the connection.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |