SedaConsumer - Add check to limit the concurrentConsumer to < 1000 to prevent mistypes --------------------------------------------------------------------------------------
Key: CAMEL-2526 URL: https://issues.apache.org/activemq/browse/CAMEL-2526 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.2.0, 2.1.0, 2.0.0 Reporter: Claus Ibsen Priority: Trivial Fix For: 2.3.0 If you enter concurrentConsumers=99999999 then Camel creates a lot of threads for concurrent consumers on the SEDA queue. We should validate the size is a reasonable value, at least < 1000. Maybe limit to < 500 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.