Package | Description |
---|---|
org.springframework.jms.core |
Core package of the JMS support.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JmsTemplate.doSend(javax.jms.Session session,
javax.jms.Destination destination,
MessageCreator messageCreator)
Send the given JMS message.
|
void |
JmsTemplate.send(javax.jms.Destination destination,
MessageCreator messageCreator) |
void |
JmsOperations.send(javax.jms.Destination destination,
MessageCreator messageCreator)
Send a message to the specified destination.
|
void |
JmsTemplate.send(MessageCreator messageCreator) |
void |
JmsOperations.send(MessageCreator messageCreator)
Send a message to the default destination.
|
void |
JmsTemplate.send(String destinationName,
MessageCreator messageCreator) |
void |
JmsOperations.send(String destinationName,
MessageCreator messageCreator)
Send a message to the specified destination.
|
Copyright © 2015. All rights reserved.