deleteTemporaryTopic procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Deletes the temporary topic on the JMS-adapter Broker.
Syntax
|
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 beginSession procedure has not yet been called.
- An error is returned if the temporary topic cannot be deleted.
See also
createTemporaryQueue procedure, deleteTemporaryQueue procedure, createTemporaryTopic procedure, #rfi1387308658075
For more information, see the Temporary queues and the Temporary topic.