You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/07 15:20:52 UTC

[jira] Resolved: (CAMEL-2723) Asynchronous non blocking routing engine

     [ https://issues.apache.org/activemq/browse/CAMEL-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2723.
--------------------------------

    Resolution: Fixed

> 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.0.0, 2.1.0, 2.2.0, 2.3.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.4.0
>
>         Attachments: CAMEL-2723-Channel.patch, CAMEL-2723-inprogress.patch
>
>
> 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.