Uses of Package
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.
-
ClassDescriptionCallback interface for resource creation.Resource holder wrapping a JMS
Connection
and a JMSSession
.A JMS ConnectionFactory adapter that returns the same Connection from allSingleConnectionFactory.createConnection()
calls, and ignores calls toConnection.close()
.Extension of thejakarta.jms.ConnectionFactory
interface, indicating how to release Connections obtained from it. -
-