org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest Test the conversion of primitive types for the <code>javax.jms.Message</code> properties. <br /> See JMS Specification, §3.5.4 Property Value Conversion and the corresponding table (p.33-34). <br /> The method name <code>testXXX2YYY</code> means that we test if ...
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.wsif.util.jms.WSIFJMSDestination A WSIFJMSDestination is a pair of queues, one that read from and the other that is written to. This class provides various methods for different flavours of reading and writing messages to those queues. This class hides the JMS interface. @author Mark Whitlock <whitlock@apache.org>
org.jboss.test.jbossmq.MQBase JMS tests base class. Your test extends this class, and can then use common methods. To do the tests you use TopicWorker or QueueWorker and the MessageCreator, MessageFilter and perhaps MessageQos classes, directly or by extending them. You can change the connection factories and destinations us ...
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