Package | Description |
---|---|
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.
|
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
ConsumerThread
ConsumerThread is a thread which will repeatedly consume JMS messages
using a receive() method on Messenger and then process the message. |