How to implement CommonJ Work Manager with WebSphere?

3.4k views Asked by At

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.

0

There are 0 answers