-
Killing all the EJB threads in server (1 messages)
- Posted by: shasdad EWEQEQ
- Posted on: April 01 2009 17:18 EDT
Is it possible to kill all the EJB threads in server without re-starting it? I am using JBoss 4.0Threaded Messages (1)
- Not Recommended... by Tarun Arora on April 11 2009 09:45 EDT
-
Not Recommended...[ Go to top ]
- Posted by: Tarun Arora
- Posted on: April 11 2009 09:45 EDT
- in response to shasdad EWEQEQ
It's not recommended to manage server threads manualy. This is specified in JSR. You should not attempt to manage threads not controlled by you. But as this is not clear why you want to kill the threads, you can take help of JMX interfaces for these threads which can help you to suspend EJB's or disconnect.