[TIBCO.EMS .NET client library 6.3 documentation]

Gets the queue associated with this QueueSender.

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 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