jboss - Java Batch job in cluster environment [resolved] -
we have cluster 2 jboss nodes. have batch job loads users details active directory db. job run everyday. run before in non clustered environment , hence designed singleton. have clustered environment , not know best way achieve same result. want batch job run once day. use spring , hibernate , looked @ spring batch. not concise answer question.
can please let me know if had implemented batch in cluster environment? best solution in scenario.
thanks in advance help
we implemented triggering , starting jobs externally via mq ( http request start job work well). scheduler puts message on queue , though have 'n' nodes listening queue, 1 node receive message , based on it's contents, start job. can http well.
the real 'solution' schedule batch job 'externally' , not via internal cron trigger. actual start mechanism secondary that.
Comments
Post a Comment