[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]

Gets the queue associated with this QueueSender.

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

Syntax

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

Return Value

this sender's queue

Remarks

Each send call directs a message to a queue.

A client can use this property to define a default queue for messages that this producer sends. Individual sending calls can override this default value.

A client sets this queue when creating the sender, and cannot subsequently change it.

See Also