Uses of Package
org.springframework.jms.connection

Packages that use org.springframework.jms.connection
org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
 

Classes in org.springframework.jms.connection used by org.springframework.jms.connection
JmsTransactionManager
          PlatformTransactionManager implementation for a single JMS ConnectionFactory.
SingleConnectionFactory
          A JMS ConnectionFactory adapter that returns the same Connection on all createConnection calls, and ignores calls to Connection.close().
 



Copyright (c) 2002-2007 The Spring Framework Project.