[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Sends a message to a destination for an unidentified message producer.
Uses the MessageProducer's default delivery mode, priority, and time to live.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public virtual void Send( Destination dest, Message message ) |
Public Overridable Sub Send ( _ dest As Destination, _ message As Message _ ) |
public: virtual void Send( Destination^ dest, Message^ message ) |
Parameters
- dest
- Type: TIBCO.EMS.UFO..::.Destination
The destination (queue or topic) to send this message.
- message
- Type: TIBCO.EMS.UFO..::.Message
The message to send.
Remarks
Typically, a message producer is assigned a destination at creation time; however, the TIBCO EMS .NET API also supports unidentified message producers, which require that the destination be supplied every time a message is sent.