ConnectionConsumer |
Connection.createConnectionConsumer(Destination destination,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages) |
MessageConsumer |
Session.createConsumer(Destination destination) |
MessageConsumer |
Session.createConsumer(Destination destination,
String messageSelector) |
MessageConsumer |
Session.createConsumer(Destination destination,
String messageSelector,
boolean NoLocal) |
MessageProducer |
Session.createProducer(Destination destination) |
void |
MessageProducer.send(Destination destination,
Message message) |
void |
MessageProducer.send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive) |
void |
Message.setJMSDestination(Destination destination) |
void |
Message.setJMSReplyTo(Destination replyTo) |