Hi All,I have created one route which has JPA component to poll the records from DB periodically. it is working good. I hope each route has one worker thread. if DB is down or any N/W issue for minute, route is not working as expected. application is running.( it is not polling records from DB even after DB or N/W is up ). I think worker thread got hung and route is not working. please anybody help me to fix this issue.How to avoid this worker thread hung ?How to restart the worker thread once N/W or DB is up ?
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-JPA-Thread-Hung-tp5794001.html Sent from the Camel - Users mailing list archive at Nabble.com.