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.model |
This package represents the subscription model of a Messagelet engine.
|
Modifier and Type | Class and Description |
---|---|
class |
XAConsumerThread
XAConsumerThread is a thread which will perform XA processing
of messages |
Modifier and Type | Field and Description |
---|---|
private ConsumerThread |
Subscription.consumerThread
should a ConsumerThread be used to consume these messages
|
Modifier and Type | Method and Description |
---|---|
ConsumerThread |
Subscription.getConsumerThread()
Returns the consumerThread.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.setConsumerThread(ConsumerThread consumerThread)
Sets the consumerThread.
|