Where can i find

Exchange.AGGREGATED_COUNT

because i found it in many examples?

from("jms:queue:bankReplyQueue")
    .aggregator(header(Constants.PROPERTY_SSN), new
BankResponseAggregationStrategy())
    .completedPredicate(header(Exchange.AGGREGATED_COUNT).isEqualTo(3))



I try use aggregator but i can't get it working.

Is it actual and working? :

https://svn.apache.org/repos/asf/activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/BodyInAggregatingStrategy.java

or

http://activemq.apache.org/camel/loan-broker-example.html

Reply via email to