Represents a queue in a message broker. A message sent to a queue is delivered to at most one consumer on the queue.

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

Syntax

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

See Also