Function
Delete a temporary queue.
This call is identical to tibemsSession_DeleteTemporaryQueue
.
tibems_status
tibemsQueueSession_DeleteTemporaryQueue(tibemsQueueSession
session,tibemsTemporaryQueue
tmpQueue );
CALL "tibemsQueueSession_DeleteTemporaryQueue" USING BY VALUE session, BY VALUE tmpQueue, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Delete a temporary queue from this session.
|
tmpQueue
|
Delete this temporary queue.
|
When a client deletes a temporary queue, the server deletes any unconsumed messages in the queue.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |