WebLogic Messaging API Class Library

IMessageProducer Methods

The methods of the IMessageProducer interface are listed below. For a complete list of IMessageProducer interface members, see the IMessageProducer Members topic.

Public Instance Methods

CloseCloses the message producer. Since a provider may allocate some resources on behalf of a IMessageProducer outside the Java virtual machine, clients should Close them when they are not needed. Relying on garbage collection to eventually reclaim these resources may not be timely enough.
SendOverloaded. Sends a message using the IMessageProducer's default delivery mode, priority, and time to live.

See Also

IMessageProducer Interface | WebLogic.Messaging Namespace | CreateProducer