Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
createTemporaryTopic procedure
createTemporaryTopic procedure
Creates a temporary topic on the SonicMQ Broker and returns the topic name.
Syntax
PROCEDURE createTemporaryTopic.
DEFINE OUTPUT PRARMETER
tname
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 topic cannot be created.
See also
createTemporaryQueueprocedure
,
deleteTemporaryQueueprocedure
,
createTemporaryTopicprocedure
,
deleteTemporaryTopic procedure
For more information, see the Temporary queues and the Temporary topic.