|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.transport.jms.JMSMessageReceiver
public class JMSMessageReceiver
This is the actual receiver which listens for and accepts JMS messages, and hands them over to be processed by a worker thread. An instance of this class is created for each JMSConnectionFactory, but all instances may and will share the same worker thread pool.
Method Summary | |
---|---|
ConfigurationContext |
getAxisConf()
Return the Axis configuration |
void |
onMessage(javax.jms.Message message)
The entry point on the recepit of each JMS message |
void |
setWorkerPool(edu.emory.mathcs.backport.java.util.concurrent.Executor workerPool)
Set the worker thread pool |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ConfigurationContext getAxisConf()
public void setWorkerPool(edu.emory.mathcs.backport.java.util.concurrent.Executor workerPool)
workerPool
- the worker thead poolpublic void onMessage(javax.jms.Message message)
onMessage
in interface javax.jms.MessageListener
message
- the JMS message received
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |