Deletes the temporary topic on the JMS-adapter 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 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.