|
JMS 1.1 API Specification |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
javax.jms.MessageProducer |
Session.createProducer(javax.jms.Destination destination)
Creates a MessageProducer to send messages to the specified
destination.
|
|
JMS 1.1 API Specification |
|||||||||
PREV NEXT | FRAMES NO FRAMES |