tibemsQueueSession_CreateTemporaryQueue


Function

Purpose

Create a temporary queue.

This call is identical to tibemsSession_CreateTemporaryQueue .

C Declaration

tibems_status tibemsQueueSession_CreateTemporaryQueue( 
    tibemsQueueSession session, 
    tibemsTemporaryQueue* tmpQueue ); 

COBOL Call

CALL "tibemsQueueSession_CreateTemporaryQueue" 
     USING BY VALUE session, 
           BY REFERENCE tmpQueue, 
           RETURNING tibems-status 
END-CALL. 

session and tmpQueue have usage pointer.

Parameter
Description
session
Create the queue in this session.
tmpQueue
The function stores the new temporary queue object in this location.

Remarks

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.

See Also

tibemsTemporaryQueue


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