TemporaryQueue


public interface TemporaryQueue
extends Queue

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.

Methods

delete
public void delete() throws JMSException

Delete this temporary queue. If there are still existing senders or receivers using it, a JMSException will be thrown.

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



© IBM Corporation 1997, 2002. All Rights Reserved