Yuvi
Yuvi

Reputation: 3

Mule delay endpoint start time

Is there an option available in Mule for specifying the jdbc polling time to begin (not the pollingFrequency). My scenario is, we are going to deploy the application in two nodes, so want to specify the start time for the polling to begin, so there will not be duplicate processing.

Upvotes: 0

Views: 272

Answers (1)

David Dossot
David Dossot

Reputation: 33413

Instead of playing with delay, I would use a Quartz endpoint poller with different Cron expressions for my 2 nodes (externally configured in a properties file). That way, the polling times will be strictly configured.

Upvotes: 3

Related Questions