org.jboss.resource.adapter.jms.JmsSession Adapts the JMS QueueSession and TopicSession API to a JmsManagedConnection. <p>Created: Tue Apr 17 22:39:45 2001 @author <a HREF="mailto:peter.antman@tim.se">Peter Antman </a>. @author <a HREF="mailto:jason@planet57.com">Jason Dillon </a>. @version $Revision: 1.10.6 ...
org.jboss.test.jbossmq.test.JBossMQUnitTest Basic jms tests. Some simple tests of spyderMQ @author Hiram Chirino <Cojonudo14@hotmail.com> @author Scott.Stark@jboss.org @version $Revision: 1.3.6.3 $
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.core.JmsTemplate102 A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTemplate itself. This class can be used for JMS 1.0.2 providers, offering the same API as JmsTemplate does for JMS 1.1 providers. <p>You must specify the domain or style of messaging ...
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