In the executor, add 'maxIdleTime'. Below value will end idle threads after 10 minutes.
<Executor name="active-executor" minSpareThreads="5" maxThreads="256" namePrefix="activeThread-" maxIdleTime="60000"/> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210821#4210821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210821 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
