org.jboss.jms.serverless.client.Interactive An interactive JMS client. Run it with org.clester.Main. @see org.clester.Main @author Ovidiu Feodorov <ovidiu@jboss.org> @version $Revision: 1.1 $ $Date: 2004/04/15 22:54:21 $
org.springframework.jms.core.JmsTemplate Helper class that simplifies JMS access code. This class requires a JMS >= 1.1 provider, because it builds on the domain-independent API. <b>Use the {@link JmsTemplate102 JmsTemplate102} subclass for JMS 1.0.2 providers.</b> <p>If you want to use dynamic destination creation, ...
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 ...