It´s a nice approach. I solved my problem setting camel quartz endpoint as stateful. But this comes at a high cost. With around 1500 jobs I lost 18MB in heap memory because my Exchanges have around 25kb.
Trying to solve the memory issue, I changed the RamJobStore to JdbcJobStore but Quartz also keeps my exchange in memory and not in its BLOB field in database table named QRTZ_JOB_DETAILS as I espected. So, stateful jobs is enough for me. To solve my memory issue I´ll work to reduce the size of my Exchange. thanx -- View this message in context: http://camel.465427.n5.nabble.com/Camel-QuartzComponent-failed-on-recreating-endpoint-tp5723760p5725938.html Sent from the Camel - Users mailing list archive at Nabble.com.