org.objectweb.joram.client.connector.OutboundConnection An <code>OutboundConnection</code> instance is a handler for a physical connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
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, ...