If you get the exception: org.quartz.SchedulerException: Jobs added with no trigger must be durable.
Add job.durability=true in endpoint url to resolve it. For example: quartz2://examples/example?cron=0%2F10+*+*+*+*+%3F&deleteJob=false&job.name=test1&stateful=true&job.durability=true Why it isn't mentioned in document? I found it in source code. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Quartz-in-datasource-cluster-when-Jobs-added-with-no-trigger-must-be-durable-tp5744830.html Sent from the Camel - Users mailing list archive at Nabble.com.