Package | Description |
---|---|
org.springframework.jms.connection |
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
|
org.springframework.jms.core |
Core package of the JMS support.
|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionFactoryUtils.ResourceFactory.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
Session |
ConnectionFactoryUtils.ResourceFactory.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
JmsTemplate.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
protected Session |
JmsTemplate.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
AbstractPollingMessageListenerContainer.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
protected Session |
AbstractPollingMessageListenerContainer.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|