Hi, There are no explicit limits to the number of camel contexts or routes per camel context.
The primary upper limits are the limits of the JVM under which the camel contexts/routes run. There are tuning possibilities at a camel context and/or per route level. They are however still bound by the ceilings/limits set on the JVM in which they are run. As for individual components, such as Netty, JMS etc, you do need to worry about OS limits such as open file descriptors, socket timeouts etc. Cheers, Ashwin... ----- --------------------------------------------------------- Ashwin Karpe Apache Camel Committer & Sr Principal Consultant FUSESource (a Progress Software Corporation subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com --------------------------------------------------------- -- View this message in context: http://camel.465427.n5.nabble.com/CamelContext-or-Route-limitations-tp5472793p5472818.html Sent from the Camel - Users mailing list archive at Nabble.com.
