[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Gets the Queue associated with this queue receiver.
Namespace:
TIBCO.EMSAssembly: 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.