Re: Active MQ Lingering threads

2010-04-18 Thread Vibe from Boston
e solution. you need to cast your ApplicationContext class to AbstractApplicationContext ApplicationContext context= new ClassPathXmlApplicationContext("classpath:appContext.xml"); //do everything here ((AbstractApplicationContext) context).close(); -- View this message in context: http://old.nabble.com/Active-MQ-Lingering-threads-tp28279636p28282630.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Active MQ Lingering threads

2010-04-17 Thread Vibe from Boston
[quite a few of these], ActiveMQ Scheduler [i would imagine this is the root thread], InactivityMonitor ReadCheck/WriteCheck, xloTimer, xDispatcherSrvxxx. -- View this message in context: http://old.nabble.com/Active-MQ-Lingering-threads-tp28279636p28279636.html Sent from the ActiveMQ - User