You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Gnana <m....@gmail.com> on 2017/03/09 15:46:32 UTC

Re: Camel JPA Thread Hung

SimpleRegistry registry = new SimpleRegistry(); 
registry.put("datasource",myDataSourceObj);
CamelContext context = new DefaultCamelContext(registry); 
context.addRoutes(new myRouteBuilder()); 

from URI=
"uri="jpa://br.rafaeltuelho.model.Customer?consumer.namedQuery=Customer.findAll&amp;consumer.delay=30000&amp;consumeDelete=true"



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-JPA-Thread-Hung-tp5794001p5795199.html
Sent from the Camel - Users mailing list archive at Nabble.com.