Re: Aggregator + (LevelDB or HawtDB for persistency) incorrect behavior

2016-11-07 Thread onders
btw, i tried both leveldb and hawtdb as aggregationrepository. or -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-LevelDB-or-HawtDB-for-persistency-incorrect-behavior

Re: Aggregator + (LevelDB or HawtDB for persistency) incorrect behavior

2016-11-07 Thread onders
quot;file:myfile"); -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-LevelDB-or-HawtDB-for-persistency-incorrect-behavior-tp5765524p5789810.html Sent from the Camel - Users mailing list archive at Nabble.com.

Aggregator + (LevelDB or HawtDB for persistency) incorrect behavior

2015-04-09 Thread vassilis
q.getEndpointUri()); repo.setMaximumRedeliveries(3); // create the route that will be tested TimerRoute routePutToTest = new TimerRoute("direct:from", "Expired" , repo, 10 * 1000, successUri.getEndpointUri(), timeoutUri.getEndpointUri()); return routePutToTest; } -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-LevelDB-or-HawtDB-for-persistency-incorrect-behavior-tp5765524.html Sent from the Camel - Users mailing list archive at Nabble.com.