[TIBCO.EMS .NET client library 5.1 documentation]

Overload List

  NameDescription
Send(Message)
Sends a message to the queue. Uses the QueueSender's default delivery mode, priority, and time to live.
(Overrides MessageProducer..::.Send(Message).)
Send(Destination, Message)
Sends a message to a destination for an unidentified message producer. Uses the MessageProducer's default delivery mode, priority, and time to live.
(Inherited from MessageProducer.)
Send(Queue, Message)
Sends a message to a queue for an unidentified message producer. Uses the QueueSender's default delivery mode, priority, and time to live.
Send(Message, Int32, Int32, Int64)
Sends a message to the queue, specifying delivery mode, priority, and time to live.
(Overrides MessageProducer..::.Send(Message, Int32, Int32, Int64).)
Send(Message, MessageDeliveryMode, Int32, Int64)
Sends a message to the queue, specifying delivery mode, priority, and time to live.
(Overrides MessageProducer..::.Send(Message, MessageDeliveryMode, Int32, Int64).)
Send(Destination, Message, Int32, Int32, Int64)
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
(Inherited from MessageProducer.)
Send(Destination, Message, MessageDeliveryMode, Int32, Int64)
Sends a message to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
(Inherited from MessageProducer.)
Send(Queue, Message, Int32, Int32, Int64)
Sends a message to a queue for an unidentified message producer. Uses the QueueSender's default delivery mode, priority, and time to live.
Send(Queue, Message, MessageDeliveryMode, Int32, Int64)
Sends a message to a queue for an unidentified message producer. Uses the QueueSender's default delivery mode, priority, and time to live.

See Also