You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by dphan <da...@gmail.com> on 2015/04/24 21:12:50 UTC

Complex Correlation Expression

I'd like to aggregate exchanges that meet multiple conditions.  For example,
group exchanges that have the same 2 header properties (e.g., timestamp,
source_type).I think all I should do is something like:timestamp &
source_typeIf this is possible, do you know if this is supported in version
2.12?Thanks,David



--
View this message in context: http://camel.465427.n5.nabble.com/Complex-Correlation-Expression-tp5766310.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Complex Correlation Expression

Posted by dphan <da...@gmail.com>.
Thank you.



--
View this message in context: http://camel.465427.n5.nabble.com/Complex-Correlation-Expression-tp5766310p5766383.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Complex Correlation Expression

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

If those headers can be represented safely as strings, then you can
use simple language

${header.foo}${header.bar}


On Fri, Apr 24, 2015 at 9:12 PM, dphan <da...@gmail.com> wrote:
> I'd like to aggregate exchanges that meet multiple conditions.  For example,
> group exchanges that have the same 2 header properties (e.g., timestamp,
> source_type).I think all I should do is something like:timestamp &
> source_typeIf this is possible, do you know if this is supported in version
> 2.12?Thanks,David
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Complex-Correlation-Expression-tp5766310.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/