org.jboss.test.jbossmq.test.HTTPConnectionUnitTestCase Test all the verious ways that a connection can be established with JBossMQ @author hiram.chirino@jboss.org @author Scott.Stark@jboss.org @version $Revision: 1.3 $
org.objectweb.jonas_ejb.container.JMdbFactory This class is a factory for a Message Driven Bean There is one such class per MDB class. Contains all information related to the bean and set up all JMS environment for the bean It manages a ServerSession pool to server MDB requests. @author Philippe Coq, Philippe Durieux