Blueprint and property placeholder

2016-09-20 Thread dpravin
Hello All, We have some common properties, not integration/bundle specific. Can multiple routes/bundles refer to these property files from blueprint using cm:property-placeholder? I also found out that if you have set update-strategy="reload" the bundle get restarted irrespective of the property

Camel - Quartz2

2015-10-09 Thread dpravin
Hello, I am using quartz2 component to schedule a route that consumes messages from AMQ queue using consumer template. The requirement is to schedule this route every 5 minutes, however if for some reason the server is down during the scheduled time, the job should run as soon as it is up. I hav