The MessageProducerExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateXmlMessage |
Extension function to create a text message from an object. The object must be serializable to XML.
| |
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.
|