Novell exteNd Messaging Platform 5.2

javax.jms
Interface TemporaryQueue

All Superinterfaces:
Destination, Queue

public interface TemporaryQueue
extends Queue

A TemporaryQueue object is a unique Queue object created for the duration of a QueueConnection. It is a system-defined queue that can be consumed only by the QueueConnection that created it.

Version:
1.0 - 9 March 1998
Author:
Mark Hapner, Rich Burridge
See Also:
QueueSession.createTemporaryQueue()

Method Summary
 void delete()
          Deletes this temporary queue.
 
Methods inherited from interface javax.jms.Queue
getQueueName, toString
 

Method Detail

delete

public void delete()
            throws JMSException
Deletes this temporary queue. If there are existing receivers still using it, a JMSException will be thrown.

Throws:
JMSException - if the JMS provider fails to delete the temporary queue due to some internal error.

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.