Uses of Package
org.springframework.jms.connection
Packages that use org.springframework.jms.connection
Package
Description
Provides a PlatformTransactionManager implementation for a single
 JMS ConnectionFactory, and a SingleConnectionFactory adapter.
Core package of the JMS support.
This package contains the base message listener container facility.
- 
Classes in org.springframework.jms.connection used by org.springframework.jms.connectionClassDescriptionCallback interface for resource creation.Resource holder wrapping a JMSConnectionand a JMSSession.A JMS ConnectionFactory adapter that returns the same Connection from allSingleConnectionFactory.createConnection()calls, and ignores calls toConnection.close().Extension of thejakarta.jms.ConnectionFactoryinterface, indicating how to release Connections obtained from it.
- 
Classes in org.springframework.jms.connection used by org.springframework.jms.core
- 
Classes in org.springframework.jms.connection used by org.springframework.jms.listener