Skip to content

Using Apache Camel + Active MQ + SpringBoot + Quartz Scheduling

License

Notifications You must be signed in to change notification settings

hbothra15/camelQuartzScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camelQuartzScheduler

Using Apache Camel + Active MQ + SpringBoot + Quartz Scheduling

Issue

When we use Camel with latest Spring boot for Scheduling, we usally get below error

java.lang.InstantiationError: org.quartz.JobDetail

at org.apache.camel.routepolicy.quartz.ScheduledRoutePolicy.createJobDetail(ScheduledRoutePolicy.java:172)

To resolve the same I tried find various ways but didn't got much help just a hint from https://stackoverflow.com/questions/6427497/problem-in-using-apache-camel-with-quartz-scheduler

Thanks to @Ted Naleid

About

Using Apache Camel + Active MQ + SpringBoot + Quartz Scheduling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages