Thanks Christan it helped..

Consider this simple route

 async tcp(1) --->someBean(2)

bean(2) will be accessing database for processing requests,

What if the tcp endpoint gets  10k requests  concurrently and bean(2) cant
open that many database connections ??

Should i put the requests in queue and then send it to the bean(2) ???



-----
Regards

kiran Reddy
--
View this message in context: 
http://camel.465427.n5.nabble.com/Sclaing-camel-tp5724876p5724924.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to