MQTemporaryTopic

public class MQTemporaryTopic
extends MQTopic
implements TemporaryTopic
java.lang.Object
   |
   +----com.ibm.mq.jms.MQDestination
           |
           +----com.ibm.mq.jms.MQTopic
                   |
                   +----com.ibm.mq.jms.MQTemporaryTopic
          

An MQTemporaryTopic object is a unique Topic object created for the duration of a Connection.

Methods

delete

public void delete() throws JMSException;

Deletes this temporary topic. If there are existing subscribers still using it, then a JMSException is thrown.

Exceptions