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/08/06 03:37:27 UTC

[jira] Created: (CAMEL-3029) Routing engine should stop routing Exchange if thread was interrupted

Routing engine should stop routing Exchange if thread was interrupted
---------------------------------------------------------------------

                 Key: CAMEL-3029
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3029
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.5.0


For example if a Future Task has been cancelled then it will thrown an interrupt exception. The routing engine should detect this and then stop continue routing the Exchange because its been cancelled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3029) Routing engine should stop routing Exchange if thread was interrupted

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3029.
--------------------------------

    Resolution: Fixed

trunk: 982655.

> Routing engine should stop routing Exchange if thread was interrupted
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-3029
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3029
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.5.0
>
>
> For example if a Future Task has been cancelled then it will thrown an interrupt exception. The routing engine should detect this and then stop continue routing the Exchange because its been cancelled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.