Hi ...
I usually use WorkManager to implement parallel processing in websphere. and
my case is:
I implement synchronize payment data from core banking to university, the
sync process will occurred every 5 minutes untill completed. During the
sync:
* I create Worker for each university, this worker used to sync data from
core banking to univeristy
* get WorkManager usng JNDI, and ask the work manager run the
UniversityWorker.
Do you have any idea, implementing this case in glassfish ?
--
View this message in context: http://old.nabble.com/WorkManager-in-glassfish-tp29872773p29872773.html
Sent from the java.net - glassfish users mailing list archive at Nabble.com.