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
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