I need my Mule application to process periodical requests (for example, my application will send requests to a service every 5 seconds and process responses from this service).
I need my Mule application to process periodical requests (for example, my application will
Share
There is a Quartz trigger and transport built into Mule ESB. It does exactly what you want, initializing flows at a given interval or CRON expression.
Very comprehensive documentation can be found here.