The MessageProducerExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateXmlMessage
Extension function to create a text message from an object. The object must be serializable to XML.
Public methodStatic memberSend(IMessageProducer, Object)
Sends the message to the default destination for this producer. The object must be serializable to XML.
Public methodStatic memberSend(IMessageProducer, IDestination, Object)
Sends the message to the given destination
Public methodStatic memberSend(IMessageProducer, Object, MsgDeliveryMode, MsgPriority, TimeSpan)
Sends the message to the default destination with the explicit QoS configuration. The object must be serializable to XML.
Public methodStatic memberSend(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.

See Also