You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/09/13 12:23:53 UTC

[jira] [Created] (CAMEL-6744) Aggregator - Using groupExchanges should store them on body by default

Claus Ibsen created CAMEL-6744:
----------------------------------

             Summary: Aggregator - Using groupExchanges should store them on body by default
                 Key: CAMEL-6744
                 URL: https://issues.apache.org/jira/browse/CAMEL-6744
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, eip
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.13.0


Its a bit un-intuitive that its stored as a property on the outgoing exchange, so you have to
{code}
        List<Exchange> grouped = out.getProperty(Exchange.GROUPED_EXCHANGE, List.class);
{code}

Instead it should be stored as List<Exchange> on the body.


--
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