-
Alternate option to JMS/MDB to address time-consuming process (1 messages)
- Posted by: Rangababu Chakravarthula
- Posted on: January 20 2007 14:59 EST
We have a time-consuming process. We dont want the user to wait until the transaction is completed. Initially thought of using asynchronous processing using JMS/MDB but our client is neither interested in purchasing expensive message providers (mqseries) nor using opensource (if there are any) . Alternate suggestions were to use TimerTask to trigger the process after some delay. Is there any other way to handle this situation? thanks in advance our environment is websphere 6.0, solaris rbcThreaded Messages (1)
- Cronography by Leonard Tambunan on January 23 2007 23:05 EST
-
Cronography[ Go to top ]
- Posted by: Leonard Tambunan
- Posted on: January 23 2007 23:05 EST
- in response to Rangababu Chakravarthula
We don't know your real problem. But it seems that you better create an application to do that time-consuming process and put it on your Solaris crontab.