Overload List
Name | Description | |
---|---|---|
Send(IMessageProducer, Object) |
Sends the message to the default destination for this producer. The object must be serializable to XML.
| |
Send(IMessageProducer, IDestination, Object) |
Sends the message to the given destination
| |
Send(IMessageProducer, Object, MsgDeliveryMode, MsgPriority, TimeSpan) |
Sends the message to the default destination with the explicit QoS configuration. The object must be serializable to XML.
| |
Send(IMessageProducer, IDestination, Object, MsgDeliveryMode, MsgPriority, TimeSpan) |
Sends the message to the given destination with the explicit QoS configuration. The object must be serializable to XML.
|