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.
MQTemporaryTopic() throws JMSException
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.