I want to build a headless application which will query the DB in infinite loop and perform some operations in certain conditions (e.g. fetch records with specific values and wh
What I'm using is a message broker and a consumer put at the spring boot application to do the job.