Hi ,
I am using org.springframework.jms.listener.DefaultMessageLis tenerContainer to receive message from a Message Oriented Middlewire.When I read Spring 's documentation for DefaultMessageListenerContainer , I found that below is mentioned :
"Specify an alternative TaskExecutor to integrate with an existing
thread pool facility (such as a J2EE server's), for example using a
org.springframework.scheduling.commonj.WorkManager TaskExecutor CommonJ WorkManager"
So I would like to know has anyone tried to use OC4J thread pool / work management along with DefaultMessageListenerContainer to manage work.If yes please let me know how to do this.
Thanks


Reply With Quote