TemporaryTopic


public interface TemporaryTopic
extends Topic

WebSphere MQ class: MQTemporaryTopic



java.lang.Object
   |
   +----com.ibm.mq.jms.MQDestination
           |
           +----com.ibm.mq.jms.MQTopic
                   |
                   +----com.ibm.mq.jms.MQTemporaryTopic

A TemporaryTopic is a unique Topic object created for the duration of a TopicConnection and can only be consumed by consumers of that connection.

WebSphere MQ constructor

MQTemporaryTopic
MQTemporaryTopic() throws JMSException

Methods

delete
public void delete() throws JMSException

Delete this temporary topic. If there are still existing publishers or subscribers still using it, a JMSException will be thrown.

Throws:
JMSException - if JMS implementation fails to delete a TemporaryTopic because of an internal error.



© IBM Corporation 1997, 2002. All Rights Reserved