Folks -

I read the threading model documentation, but i am still a bit unclear.

Here is a Question (or may be two): 

Say, I have a synchronous flow
http-from-endpoint -> bean processors -> to-end-point -> one or more bean
processors -> end-http-invocation

1. does jetty http thread dispatch the message to a camel thread pool to run
thru the route (bean processors)? or is the execution happening on the jetty
thread?

2. Where would one configure the thread pool size so I can tune to the
demands of my application?

Thanks for any pointers..

--
View this message in context: 
http://camel.465427.n5.nabble.com/Threading-Model-in-Camel-tp5163081p5163081.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to