You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kurt Kartaltepe (JIRA)" <ji...@apache.org> on 2013/07/01 22:18:20 UTC

[jira] [Created] (CAMEL-6503) Complete Aggregation on route stop broken

Kurt Kartaltepe created CAMEL-6503:
--------------------------------------

             Summary: Complete Aggregation on route stop broken
                 Key: CAMEL-6503
                 URL: https://issues.apache.org/jira/browse/CAMEL-6503
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.11.0, 2.10.4
            Reporter: Kurt Kartaltepe
             Fix For: 2.9.2
         Attachments: CamelBugDemo.tar.gz

When attempting to stop a route that has exchanges in flight they should be processed and aggregated before shutdown but instead they all throw RejectedExecutionException and are not processed.
In camel 2.9.2 they are processed and aggregated as expected before the route is shutdown. But the same code does not work in any further versions of camel.
Attached is a sample test that displays the above error. Simply changing the version of camel will cause the test to pass.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira