Overload List
| Name | Description | |
|---|---|---|
| Send(IMessage) |
Sends the message to the default destination for this producer
| |
| Send(IDestination, IMessage) |
Sends the message to the given destination
| |
| Send(IMessage, MsgDeliveryMode, MsgPriority, TimeSpan) |
Sends the message to the default destination with the explicit QoS configuration
| |
| Send(IDestination, IMessage, MsgDeliveryMode, MsgPriority, TimeSpan) |
Sends the message to the given destination with the explicit QoS configuration
|