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 |
---|---|
javax.jms.Connection |
ConnectionFactoryUtils.ResourceFactory.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
javax.jms.Session |
ConnectionFactoryUtils.ResourceFactory.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Connection |
JmsTemplate.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
protected javax.jms.Connection |
JmsTemplate102.getConnection(JmsResourceHolder holder)
Deprecated.
This implementation overrides the superclass method to accept either
a QueueConnection or a TopicConnection, depending on the domain.
|
protected javax.jms.Session |
JmsTemplate.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|
protected javax.jms.Session |
JmsTemplate102.getSession(JmsResourceHolder holder)
Deprecated.
This implementation overrides the superclass method to accept either
a QueueSession or a TopicSession, depending on the domain.
|
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Connection |
AbstractPollingMessageListenerContainer.getConnection(JmsResourceHolder holder)
Fetch an appropriate Connection from the given JmsResourceHolder.
|
protected javax.jms.Connection |
DefaultMessageListenerContainer102.getConnection(JmsResourceHolder holder)
Deprecated.
This implementation overrides the superclass method to accept either
a QueueConnection or a TopicConnection, depending on the domain.
|
protected javax.jms.Session |
AbstractPollingMessageListenerContainer.getSession(JmsResourceHolder holder)
Fetch an appropriate Session from the given JmsResourceHolder.
|
protected javax.jms.Session |
DefaultMessageListenerContainer102.getSession(JmsResourceHolder holder)
Deprecated.
This implementation overrides the superclass method to accept either
a QueueSession or a TopicSession, depending on the domain.
|
Copyright © 2015. All rights reserved.