Uses of Interface
org.springframework.jms.connection.SmartConnectionFactory
Package
Description
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
-
Uses of SmartConnectionFactory in org.springframework.jms.connection
Modifier and TypeClassDescriptionclass
ConnectionFactory
implementation that delegates all calls to a given targetConnectionFactory
, adapting specificcreate(Queue/Topic)Connection
calls to the target ConnectionFactory if necessary (for example, when running JMS 1.0.2 API based code against a generic JMS 1.1 ConnectionFactory, such as ActiveMQ's PooledConnectionFactory).