|
|
CommonJ WorkManager work around
Environment: wls 10, Spring 2.5.1, JMS queue's (not topics)
References:
1) showthread.php?t=33037
2) sho...859#post174859
3) blog/andypipe...0_and_m_1.html
Andy Piper tells us that quot;we don't want to start creating threads inside the applicationquot; (3) but there are issues with CommonJ WorkManager (1 amp; 2) so we can't use WorkManagerTaskExecutor. Should we use SimpleAsyncTaskExecutor until the issues are resolved? But SimpleAsyncTaskExecutor fires up a new Thread for each task. Wouldn't it be better to use ThreadPoolTaskExecutor? Isn't it better to use a thread pool than creating a new one every time?Jeff |
|