[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Gets the destination associated with this MessageProducer.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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.