Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
deleteTemporaryTopic procedure
deleteTemporaryTopic procedure
Deletes the temporary topic on the SonicMQ Broker.
Syntax
PROCEDURE deleteTemporaryTopic.
DEFINE INPUT PARAMETER
tname
AS CHARACTER.
Applies to
Session objects
Notes
Any Message Consumers for the temporary topic must be deleted with
deleteConsumer procedure
before calling this procedure.
An error is returned if
beginSessionprocedure
has not yet been called.
An error is returned if the temporary topic cannot be deleted.
See also
createTemporaryQueueprocedure
,
deleteTemporaryQueueprocedure
,
createTemporaryTopicprocedure
,
deleteTemporaryTopic procedure
For more information, see the Temporary queues and the Temporary topic.