You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/03/31 15:01:08 UTC

[jira] Created: (CAMEL-2605) Asynchronous processing in DLC endpoint breaks message handling

Asynchronous processing in DLC endpoint breaks message handling
---------------------------------------------------------------

                 Key: CAMEL-2605
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2605
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.6.2
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
             Fix For: 1.6.3


When using an asynchronous processor to handle the message in a deadletterchannel, the async message handling is broken (not all AsyncCallbacks get invoked correctly), causing the exchange never to be terminated correctly - e.g. the call to sendBody will never return.


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


[jira] Resolved: (CAMEL-2605) Asynchronous processing in DLC endpoint breaks message handling

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

Gert Vanthienen resolved CAMEL-2605.
------------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=929537

> Asynchronous processing in DLC endpoint breaks message handling
> ---------------------------------------------------------------
>
>                 Key: CAMEL-2605
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2605
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.6.2
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 1.6.3
>
>
> When using an asynchronous processor to handle the message in a deadletterchannel, the async message handling is broken (not all AsyncCallbacks get invoked correctly), causing the exchange never to be terminated correctly - e.g. the call to sendBody will never return.

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