org.jboss.axis.transport.jms.TopicConnector TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain). @author Jaime Meritt (jmeritt@sonicsoftware.com) @author Richard Chung (rchung@sonicsoftware.com) @author Dave Chappell (chappell@sonicsoftware.com)
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.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.objectweb.jonas_jms.JTopicConnectionFactory JTopicConnectionFactory wraps a XATopicConnectionFactory. @author Laurent Chauvirey, Frederic Maistre, Nicolas Tachker Contributor(s): Philippe Durieux Jeff Mesnil connection anonymous
org.objectweb.joram.client.connector.OutboundTopicConnection An <code>OutboundTopicConnection</code> instance is a handler for a physical PubSub connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).