Re: Aggregator completionFromBatchConsumer fallback max messages.

2014-06-19 Thread sakchakravarthi
Hi Andreas A I have a similar situation i can get n number of file from a file location so could you please help me in giving example. -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages-tp2856427p5752578.html Sent

Aggregator completionFromBatchConsumer fallback max messages.

2010-09-28 Thread Andreas A.
-completionFromBatchConsumer-fallback-max-messages-tp2856427p2856427.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Aggregator completionFromBatchConsumer fallback max messages.

2010-09-28 Thread Claus Ibsen
               headerreceiverAddress/header        /correlationExpression -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages-tp2856427p2856427.html Sent from the Camel - Users mailing list archive at Nabble.com

Re: Aggregator completionFromBatchConsumer fallback max messages.

2010-09-28 Thread Andreas A.
Hi Yeah but the problem is that I only poll once per 24 hours (with a simple delay on the file endpoint) and I want all the messages to be picked up everytime. -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages

Re: Aggregator completionFromBatchConsumer fallback max messages.

2010-09-28 Thread Claus Ibsen
= CamelBatchComplete; You can then use that to know when the last batch message arrived and thus when you are complete. View this message in context: http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages-tp2856427p2856438.html Sent from the Camel

Re: Aggregator completionFromBatchConsumer fallback max messages.

2010-09-28 Thread Andreas A.
Alright cool. I put the logic for this in my AggregationStrategy, works fine. -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages-tp2856427p2856629.html Sent from the Camel - Users mailing list archive at Nabble.com.