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 | Class and Description |
---|---|
class |
JmsTemplate102
Deprecated.
as of Spring 3.0, in favor of the JMS 1.1 based
JmsTemplate |
Modifier and Type | Method and Description |
---|---|
protected JmsTemplate |
JmsGatewaySupport.createJmsTemplate(javax.jms.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.
|
Copyright © 2015. All rights reserved.