|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageProducer | |
| javax.jms | This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. |
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||