This content has been marked as final.
Show 1 reply
-
1. Re: ESB Clustered Scheduler
tcunning May 19, 2014 1:25 PM (in response to janathuser)Hi Janath,
The scheduler-provider in jboss-esb.xml can't be clustered. There's a number of things you can do here if you need a task to operate once - you can have the scheduler-provider on only one of your nodes (although this doesn't guarantee failback), you can investigate the jbpm scheduler - which I believe is clusterable, you can look at the MBean scheduler (https://community.jboss.org/thread/68383?tstart=0). I'm sure there are other options too, but this is a limitation that you are going to need to work around.