Camel 2.15.1, using aggregator2 with JPA endpoint, the timeout appears to be
forcing hibernate to increment the transaction count every 5 seconds, even
if the agreggator is empty; is that normal?  


        <route id="LAST_toJPAAggregator">
            <from uri="seda:toJPAAggregator" />
            <aggregate  strategyRef="objectAggregator"
                        completionSize="75"
                        completionInterval="5000"
                        forceCompletionOnStop="true">
                <correlationExpression>
                    <constant>true</constant>
                </correlationExpression>
                <to uri="jpa:?entityType=java.util.ArrayList" />
            </aggregate>
        </route>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Aggregator-with-JPA-timeout-forcing-transactions-every-5-seconds-tp5780621.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to