org.springframework.jms.connection.SingleConnectionFactory A JMS ConnectionFactory adapter that returns the same Connection on all <code>createConnection</code> calls, and ignores calls to <code>close</code>. <p>Useful for testing and standalone environemtns, to keep using the same Connection for multiple JmsTemplate calls, ...
org.jboss.jms.serverless.client.Interactive An interactive JMS client. Run it with org.clester.Main. @see org.clester.Main @author Ovidiu Feodorov <ovidiu@jboss.org> @version $Revision: 1.1 $ $Date: 2004/04/15 22:54:21 $
org.apache.axis.transport.jms.QueueConnector QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain). @author Jaime Meritt (jmeritt@sonicsoftware.com) @author Richard Chung (rchung@sonicsoftware.com) @author Dave Chappell (chappell@sonicsoftware.com)
org.objectweb.jonas_jms.JConnectionFactory @author Laurent Chauvirey, Frederic Maistre, Nicolas Tachker Contributor(s): Philippe Durieux Jeff Mesnil connection anonymous Philippe Coq
org.springframework.jms.connection.JmsTransactionManager PlatformTransactionManager implementation for a single JMS ConnectionFactory. Binds a JMS Connection/Session pair from the specified ConnectionFactory to the thread, potentially allowing for one thread session per connection factory. <p>This local strategy is an alternative to executing JMS ...