Uses of Package
org.apache.commons.messagelet

Packages that use org.apache.commons.messagelet
org.apache.commons.messagelet This package provides the mechansim to deploy MessageListener beans in a servlet application server which are intialized and destroyed with a web-application as well as introducing MessageDrivenObjects which are MessageListeners which receive servlet-style lifecycle events and Messagelets which are servlets that process Messages. 
org.apache.commons.messagelet.impl This package contains implementation classes to support both MDO's as well as to be able to dispatch into a Servlet engine to be able to process Messagelets. 
org.apache.commons.messagelet.model This package represents the subscription model of a Messagelet engine. 
 

Classes in org.apache.commons.messagelet used by org.apache.commons.messagelet
BridgeMDO
          BridgeMDO is an MDO which implements a JMS bridge from one JMS destination and connection to another.
ConsumerThread
          ConsumerThread is a thread which will repeatedly consume JMS messages using a receive() method on Messenger and then process the message.
MessageDrivenObject
          MessageDrivenObject is a message driven bean which is deployed in a Servlet engine as its application server.
MessageDrivenObjectSupport
          MessageDrivenObjectSupport is an abstract base class for implementing your own MessageDrivenObject instance with some useful implementation level methods.
MessageletRequest
          MessageletRequest represents a servlet request that resulted from a JMS Message being received.
MessageletResponse
          MessageletResponse represents a servlet response from a JMS Message.
MessengerMDO
          MessengerMDO is an abstract base class for Messenger based MDO implementations.
SubscriptionManager
          SubscriptionManager is a simple command line program that will create a number of subscriptions and consume messages using just regular MDO and MessageListener classes.
 

Classes in org.apache.commons.messagelet used by org.apache.commons.messagelet.impl
MessageDrivenObject
          MessageDrivenObject is a message driven bean which is deployed in a Servlet engine as its application server.
MessageDrivenObjectSupport
          MessageDrivenObjectSupport is an abstract base class for implementing your own MessageDrivenObject instance with some useful implementation level methods.
MessageletRequest
          MessageletRequest represents a servlet request that resulted from a JMS Message being received.
MessageletResponse
          MessageletResponse represents a servlet response from a JMS Message.
 

Classes in org.apache.commons.messagelet used by org.apache.commons.messagelet.model
ConsumerThread
          ConsumerThread is a thread which will repeatedly consume JMS messages using a receive() method on Messenger and then process the message.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.