Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : createTemporaryQueue procedure
 

createTemporaryQueue procedure

Creates a temporary queue on the SonicMQ Broker and returns the queue name.

Syntax

PROCEDURE createTemporaryQueue.
DEFINE OUTPUT PARAMETER qname AS CHARACTER.

Applies to

Session objects

Notes

*An error is returned if beginSessionprocedure has not yet been called.
*An error is returned if the temporary queue cannot be created.

See also

createTemporaryQueueprocedure, deleteTemporaryQueueprocedure, createTemporaryTopicprocedure, deleteTemporaryTopic procedure
For more information, see the Temporary queues and the Temporary topic.