org.jboss.axis.transport.jms.JMSConnector No vendor dependent exception classes import progress.message.client.EUserAlreadyConnected; import progress.message.jclient.ErrorCodes; JMSConnector is an abstract class that encapsulates the work of connecting to JMS destinations. Its subclasses are TopicConnector and QueueConnector which further ...
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
org.jboss.jms.serverless.SessionImpl @author Ovidiu Feodorov <ovidiu@jboss.org> @version $Revision: 1.1 $ $Date: 2004/04/15 22:54:19 $ @param id - the session id. The SessionManager instance guarantees uniqueness during its lifetime.
org.objectweb.joram.mom.util.MessageConverterModule The <code>MessageConverterModule</code> is a utility class used for converting JORAM MOM messages into foreign JMS messages and foreign JMS messages into JORAM MOM messages.
org.jboss.axis.transport.jms.SimpleJMSListener SimpleJMSListener implements the javax.jms.MessageListener interface. Its basic purpose is listen asynchronously for messages and to pass them off to SimpleJMSWorker for processing. Note: This is a simple JMS listener that does not pool worker threads and is not otherwise tuned for performance. A ...