I need to start spring scheduling based on the constraint that my scheduler job will run every 5 seconds after a receive a jms message from other component. What can be the possible way to implement /handle this scenario ,googled for the same but the solutions ask me to have a property in properties file for enabling scheduling which again is static approach.
Kindly suggest some solutions.