Thank You Weston.
Then let me ask the more generic question:
What is the recommendation to start/manage background worker threads in JBoss 4.0.x?
Using JMS for a long running process seems to be discouraged (like 5 minutes of
background work)
I can implement a Runnable/Thread class and manage it myself but per J2EE protocol this is
not recommended. Threads are supposed to be managed by the app server.
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008846#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...