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.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.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.springframework.jms.connection.JmsTransactionManager PlatformTransactionManager implementation for a single JMS ConnectionFactory. Binds a JMS Connection/Session pair from the specified ConnectionFactory to the thread, potentially allowing for one thread session per connection factory. <p>This local strategy is an alternative to executing JMS ...
org.objectweb.jonas_jms.JmsAdminForWSMQ WebSphere MQ administration class. <p> This WebSphere MQ specific class implements the <code>JmsAdministration</code> interface. It supposes that administration is done in parallel within WebSphere MQ (such as creating a queue, creating and binding the corresponding JMS Queue, et ...