Re: Discussion around the bug CAMEL-6685

2013-08-30 Thread Claus Ibsen
I logged a ticket about adding a new option to shutdown strategy to configure it to suppress logging after context is shutdown. https://issues.apache.org/jira/browse/CAMEL-6688 On Fri, Aug 30, 2013 at 2:16 PM, Claus Ibsen wrote: > If you do not want the RejectedExcutionException to be logged in

Re: Discussion around the bug CAMEL-6685

2013-08-30 Thread Claus Ibsen
If you do not want the RejectedExcutionException to be logged in the logs after the camelcontext has been attempted to shutdown. Then we could consider adding a new option to shutdown strategy to allow end users to configure that Camel should suppress logging after camel context has been attempted

Re: Discussion around the bug CAMEL-6685

2013-08-30 Thread Claus Ibsen
Hi As said on the ticket its working as designed. When you shutdown aggressive (eg set timeout to 1 sec) then there may be messages in Camel that are not finished. And if anyhow they are attempted to be continued the routing engine throws the RejectedExecutionException. So that is why you may see

Discussion around the bug CAMEL-6685

2013-08-30 Thread Antoine DESSAIGNE
Hi everyone, Earlier today I created a new jira issue [1] on something that I consider is a bug. It was triaged and marked as "Not a problem". I don't agree with this so I'm starting this discussion either to better understand why it's not a bug or to reopen it. I thought this mailing list was a b