Hi there,

I'm in the process of migrating one of my applications to Camel 2 and have
noticed that my aggregator is not working (it was working before). Here it
is:


from("jms-receiver:com.classactionpl.saveGPSTrackerCollection")
                                
.aggregate(gpsTrackerCollectionMergeAggregationStrategy)
                                .header("collectionIdentification").batchSize(
                                                
persistanceThreshold).batchTimeout(persistanceTimeout)
                                .to("seda:saveGpsTrackerCollection");


persistanceThreshold = 100 and persistanceTimeout = 100.

I'm passing just one message in. My strategy actually doesn't get invoked (I
observe this by setting a breakpoint in the strategy).

Any pointers?

Kind regards,
Christopher
-- 
View this message in context: 
http://www.nabble.com/Aggregator-not-working-for-me-in-2.0-tp25202246p25202246.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to