[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Sends a message to a queue for an unidentified message producer.
Uses the QueueSender'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( Queue queue, Message message ) |
Public Overridable Sub Send ( _ queue As Queue, _ message As Message _ ) |
public: virtual void Send( Queue^ queue, Message^ message ) |
Parameters
- queue
- Type: TIBCO.EMS.UFO..::.Queue
the queue to send this message to
- message
- Type: TIBCO.EMS.UFO..::.Message
The message to send.
Remarks
Typically, a message producer is assigned a queue at creation time; however, the TIBCO EMS .NET API also supports unidentified message producers, which require that the queue be supplied every time a message is sent.