The methods of the IMessageProducer interface are listed below. For a complete list of IMessageProducer interface members, see the IMessageProducer Members topic.
Close | Closes 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. |
Send | Overloaded. Sends a message using the IMessageProducer's default delivery mode, priority, and time to live. |
IMessageProducer Interface | WebLogic.Messaging Namespace | CreateProducer