Re: Apache >> Camel >> Aggregation EIP

2012-03-26 Thread Christian Müller
http://camel.apache.org/simple.html Best, Christian On Tue, Mar 27, 2012 at 12:03 AM, sambardar wrote: > Thanks Christian. > > Can you please point me to some documentation where i can find the syntax > for things like these about what all can be put in Spring DSL and how. > > > > -- > View this

Re: Apache >> Camel >> Aggregation EIP

2012-03-26 Thread sambardar
Thanks Christian. Can you please point me to some documentation where i can find the syntax for things like these about what all can be put in Spring DSL and how. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-Aggregation-EIP-tp5596001p5596487.html Sent from th

Re: Apache >> Camel >> Aggregation EIP

2012-03-26 Thread Christian Müller
What's about this? ${in.headers.CustomerId}-${in.headers.BillingId} Best, Christian On Mon, Mar 26, 2012 at 10:51 PM, sambardar wrote: > Yes, maybe a composite header and i need to know how can i specify a > composite header in Spring DSL. > > My Need is simply that the aggregation should h

Re: Apache >> Camel >> Aggregation EIP

2012-03-26 Thread sambardar
Yes, maybe a composite header and i need to know how can i specify a composite header in Spring DSL. My Need is simply that the aggregation should happen on 2 or more keys rather than one. For example, the aggregation should take place on 2 keys - CustomerId and BillingId. -- View this message

Re: Apache >> Camel >> Aggregation EIP

2012-03-26 Thread Christian Müller
That's not possible at present. Could you please explain a bit detailed what your use case is? Maybe two aggregators or a composite header will fit your needs? Best, Christian On Mon, Mar 26, 2012 at 8:01 PM, sambardar wrote: > > How can we configure multiple headers in the correlationExpression