@author aaronsm
299300301302303304305306307308309
} } // set the props value and then configure the ThreadPoolManager ThreadPoolManager.setProps( props ); ThreadPoolManager poolMgr = ThreadPoolManager.getInstance(); if ( log.isDebugEnabled() ) { log.debug( "ThreadPoolManager = " + poolMgr ); }