Uses of Interface
javax.jms.MessageProducer

Packages that use MessageProducer
javax.jms JMS 1.1 API. 
 

Uses of MessageProducer in javax.jms
 

Subinterfaces of MessageProducer in javax.jms
 interface QueueSender
          A client uses a QueueSender object to send messages to a queue.
 interface TopicPublisher
          A client uses a TopicPublisher object to publish messages on a topic.
 

Methods in javax.jms that return MessageProducer
 MessageProducer Session.createProducer(Destination destination)
          Creates a MessageProducer to send messages to the specified destination.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.