[TIBCO.EMS .NET client library 8.1 documentation]

Gets the Queue associated with this queue receiver.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Queue Queue { get; }
Public ReadOnly Property Queue As Queue
public:
property Queue^ Queue {
	Queue^ get ();
}

Return Value

this receiver's Queue

Remarks

The receiver consumes messages from this queue.

Programs set this queue when creating the receiver, and cannot subsequently change it.

See Also