Uses of Class
org.apache.commons.messagelet.MessengerMDO

Packages that use MessengerMDO
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. 
 

Uses of MessengerMDO in org.apache.commons.messagelet
 

Subclasses of MessengerMDO in org.apache.commons.messagelet
 class BridgeMDO
          BridgeMDO is an MDO which implements a JMS bridge from one JMS destination and connection to another.
 class DistributeBridgeMDO
          DistributeBridgeMDO is an MDO which consumes JMS from one destination and randomly distributes them across a number of other destinations.
 



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