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.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.mq.SpyConnectionFactory This class implements <code>javax.jms.TopicConnectionFactory</code> and <code>javax.jms.QueueConnectionFactory</code>. @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @author <a HREF="mailto:jason@planet57.com">Jason ...
org.jboss.webservice.transport.jms.JMSTransportSupport The abstract base class for MDBs that want to act as web service endpoints. A subclass should only need to implement the service endpoint interface. @author thomas.diesler@jboss.org