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.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.jboss.mq.server.JMSServerInterceptor Interceptor interface for clients IL accessing the JMSServer. Using an iterface for this layer makes it possible to put in logic without having to modify the server objet. And also makes this pluggable. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.5 $