Represents a temporary queue which exists for the duration of the IConnection which created it.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface ITemporaryQueue _
	Inherits IDestination, IQueue
C#
public interface ITemporaryQueue : IDestination, 
	IQueue
Visual C++
public interface class ITemporaryQueue : IDestination, 
	IQueue
JavaScript
Apache.NMS.ITemporaryQueue = function();
Apache.NMS.ITemporaryQueue.createInterface('Apache.NMS.ITemporaryQueue');

See Also