Tomasz,

Could you describe what you are trying to do?  This property should be there
automatically when you use an aggregator.  It is set on the Camel Exchange
properties.  Are you trying to access the property value from within your
Camel route or from another JBI component?

Regards,

Gert


Tomasz Prus wrote:
> 
> 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
> 
> 


-----
---
Gert Vanthienen
http://gertvanthienen.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/Exchange.AGGREGATED_COUNT-tp20246960p20255586.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to