Asynchronous non blocking routing engine ----------------------------------------
Key: CAMEL-2723 URL: https://issues.apache.org/activemq/browse/CAMEL-2723 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.2.0, 2.1.0, 2.0.0, 2.3.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.4.0 The {{AsyncProcessor}} with the {{AsyncCallback}} logic (from Camel 1.x) is unfortunately our best solution for a fully asynchronous non blocking routing engine. The current logic its shortcoming when target under highly scalable environments, such as from a SMX container. The solution from 1.x is very invasive in the camel-core and requires a great deal of changes in various classes. But the pain is worth it to benefit the additional scalability it offers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.