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

Syntax

Visual Basic
ReadOnly Property Queue As IQueue
	Get
C#
IQueue Queue { get; }
Visual C++
property IQueue^ Queue {
	IQueue^ get ();
}
JavaScript
function get_queue();

Field Value

Gets the queue associated with this queue browser.

Exceptions

ExceptionCondition
Apache.NMS..::..NMSException If NMS Provider fails to retrieve the IQueue associated with the Browser doe to some internal error.

See Also