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.messenger |
The main Messenger interface, a simple facade for working with JMS, together with all
the default implementation classes and additional factory classes.
|
Modifier and Type | Method and Description |
---|---|
protected XACapable |
XAConsumerThread.getXACapable(Messenger messenger) |
Modifier and Type | Class and Description |
---|---|
class |
XACapableAdapter
XACapableAdapter is an adapter that implements
XACapable for a given Messenger |
class |
XAMessenger
XAMessenger is a default implementation of
Messenger which can also support XA transactions by enlisting and delisting
XAResources. |