It sounds really strange to me...
How do you bootstrap Camel in you web application? Can you share your code?
Hopefully, you do not create a new Camel context per (web) request...

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Sun, Jul 28, 2013 at 7:56 PM, SyedBhai <syedahmed.c...@hotmail.com>wrote:

> Sir,
>   The question here is not about web application or standalone application.
> The question is camel is creating some threads.  These threads are not
> getting terminated at all.
>   I am having a web application.  For every incoming request I create a
> thread to process the request.  This thread uses camel framework.  Because
> of camel the thread is not getting terminated.  Because internally camel is
> creating more threads which keep running ever.
>   To prove my point I copied that camel code and run it as a standalone
> application using main().  And even after main() finishes the program is
> still running.
>   I have thus proved my point that camel is creating some threads which do
> not terminate at all.
>   So I wanted to know if the bug is in camel or the components used by
> camel
> such as cxf, etc.
>
> Thanks,
> Syed.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Is-it-Camel-Bug-tp5736288p5736372.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to