I have never implemented CommonJ Work Manager with WebSphere. Infact, i am not even familiar with this term. We have one schedular running currently which runs after specific time interval, it creates a job and handles the job to the ThreadPoolExecutor. Each job does certain common work.
The job scheduling has been done using org.springframework.scheduling.quartz, now i have been told to implement this thing using CommonJ Work Manager.
I did some amount of googling and found below link,
http://pic.dhe.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.express.doc%2Finfo%2Fexp%2Fasyncbns%2Fconcepts%2Fcasb_workmgr.html
But found it little difficult to understand. Any explanation with example will be grateful.
Asked
Active
Viewed 3,413 times
2

DineshM
- 829
- 1
- 15
- 24
This is what worked for me. Excellent explanation..!! – DineshM Jun 20 '14 at 11:34