Package | Description |
---|---|
org.springframework.jms.core |
Core package of the JMS support.
|
org.springframework.jms.core.support |
Classes supporting the
org.springframework.jms.core package. |
Modifier and Type | Method and Description |
---|---|
JmsTemplate |
JmsMessagingTemplate.getJmsTemplate()
Return the configured
JmsTemplate . |
Modifier and Type | Method and Description |
---|---|
void |
JmsMessagingTemplate.setJmsTemplate(JmsTemplate jmsTemplate)
Set the
JmsTemplate to use. |
Constructor and Description |
---|
JmsMessagingTemplate(JmsTemplate jmsTemplate)
Create a
JmsMessagingTemplate instance with the JmsTemplate to use. |
Modifier and Type | Method and Description |
---|---|
protected JmsTemplate |
JmsGatewaySupport.createJmsTemplate(ConnectionFactory connectionFactory)
Create a JmsTemplate for the given ConnectionFactory.
|
JmsTemplate |
JmsGatewaySupport.getJmsTemplate()
Return the JmsTemplate for the gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsGatewaySupport.setJmsTemplate(JmsTemplate jmsTemplate)
Set the JmsTemplate for the gateway.
|