[TIBCO.EMS .NET client library 6.0 documentation]

Gets the destination associated with this MessageProducer.

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

Syntax

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

Return Value

this producer's Destination

Remarks

Each send call directs a message to a destination (queue or topic).

This property defines a default destination for messages that this producer sends. Individual sending calls can override this default value.

See Also