Hi, I have a simple route which consums files from a directory. When I stop my fileConsumer from Jconsole calling the stop method, the thread doesn't disappear in the thread tab. When I re-start my consumer using the start method another thread is created and the previous thread is still there hanging. When I look into the code I can't see any call to the shutdown method of the executor like in the jmsConsumer.
Is this issue already known ? Regards Julien -- View this message in context: http://www.nabble.com/Camel-file-tp25453920p25453920.html Sent from the Camel - Users mailing list archive at Nabble.com.
