Hello.

I've a route:
from("restlet:http://localhost:9080/sts/request?restletMethod=POST";).process(requestProcessor);

I create requestProcessor in Spring and inject it to my RouteBuilder. Should
requestProcessor be thread-safe? If there will be several messages from
endpoint, there will be several threads performing on one instance
requestProcessor (like in servlets), or these events will be quened and will
be processed in single thread?
-- 
View this message in context: 
http://www.nabble.com/Is-Processor-is-thread-safe--tp25036519p25036519.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to