Re: RecipientList thread pool problem

2015-04-29 Thread Alexander Ilyin
Hi Claus, thank you for your answer. I hadn't configured netty request timeout before I wrote my first letter. Now I've read that tasks may keep running when using RecipientList timeout and have set up netty request timeout instead of RecipientList timeout as you suggested. But the situation didn'

Re: RecipientList thread pool problem

2015-04-23 Thread Claus Ibsen
Hi Have you configured netty to use request timeout? http://camel.apache.org/netty.html You should favor using that for timeout, and not as much the timeout on the recipient list. Or make sure those values are so netty timeout first. On Mon, Apr 20, 2015 at 3:19 PM, Alexander Ilyin wrote: > H

RecipientList thread pool problem

2015-04-20 Thread Alexander Ilyin
Hi, I have a problem with RecipientList pattern. I'm using it in a parallel processing mode which means it is backed up by a thread pool. The configuration is as follows: RecipientsList The problem is that pool threads aren't released properly sometimes. After a few hours following the s