It depends on the core framework you use (Mina, Netty, ...). Checkout the
documentation, but most of the frameworks let you configure the max. thread
pool size. The other request threads are blocked until they are served. If
the database query doesn't take too long, you can live without a queue...

Best,
Christian

On Fri, Jan 4, 2013 at 6:14 PM, kiranreddykasa <kirankuma...@fss.co.in>wrote:

> 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