[ https://issues.apache.org/jira/browse/CAMEL-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Checkoway updated CAMEL-3480: --------------------------------- Attachment: CAMEL-3480-20110110-full.patch Claus, Attached is an updated full patch that supersedes all the patches I submitted previously. I made the following changes: 1. As you recommended, use ExecutorServiceStrategy to let Camel manage the thread pools. 2. Validate the specified value of concurrentConsumers=... to make sure it's > 0. 3. Optimized the case where concurrentConsumers=1 and added a respective unit test for it. 4. Changed the Log instances to static final transient LOG to be more conformant. I think this is pretty close to ready. Let me know if you spot anything else in there...thanks! > New component: Kestrel > ---------------------- > > Key: CAMEL-3480 > URL: https://issues.apache.org/jira/browse/CAMEL-3480 > Project: Camel > Issue Type: New Feature > Reporter: Dan Checkoway > Assignee: Hadrian Zbarcea > Priority: Minor > Fix For: 2.6.0 > > Attachments: CAMEL-3480-20110110-full.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > I'm proposing that some adapted open-source code for producing to/consuming > from Kestrel be added as an official Camel component. Currently the code > lives here: https://github.com/dcheckoway/camel-kestrel > Please assign this to me if you'd like me to own this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.