KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > Session > Top Examples

  • 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.springframework.jms.support.SimpleMessageConverterTests
    @author Juergen Hoeller @since 18.09.2004
  • org.springframework.jms.core.JmsTemplateTests
    Unit tests for the JmsTemplate implemented using JMS 1.1. @author Andre Biryukov @author Mark Pollack
  • 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.support.converter.SimpleMessageConverter
    A simple message converter that can handle TextMessages, BytesMessages, MapMessages, and ObjectMessages. Used as default by JmsTemplate, for <code>convertAndSend</code> and <code>receiveAndConvert</code> operations. <p>Converts a String to a JMS TextMessage, a byte a ...
  • 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.objectweb.jonas_jms.JConnection
    Common methods used in JQueueConnection and JTopicConnection. @author Laurent Chauvirey, Frederic Maistre, Nicolas Tachker Contributor(s): Philippe Durieux Jeff Mesnil connection anonymous Philippe Coq JMS 1.1 integration
  • org.objectweb.joram.client.connector.ManagedConnectionImpl
    A <code>ManagedConnectionImpl</code> instance wraps a physical connection to an underlying JORAM server, and provides "handles" for handling this physical connection.
  • org.apache.axis.transport.jms.JMSEndpoint
    JMSEndpoint encapsulates interactions w/ a JMS destination. @author Jaime Meritt (jmeritt@sonicsoftware.com) @author Richard Chung (rchung@sonicsoftware.com) @author Dave Chappell (chappell@sonicsoftware.com)
  • 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
Popular Tags