WebSphere MQ class: MQTemporaryQueue
java.lang.Object
|
+----com.ibm.mq.jms.MQDestination
|
+----com.ibm.mq.jms.MQQueue
|
+----com.ibm.mq.jms.MQTemporaryQueue
|
A TemporaryQueue is a unique Queue object that is created for the duration of a QueueConnection.
public void delete() throws JMSException
Delete this temporary queue. If there are still existing senders or receivers using it, a JMSException will be thrown.