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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -