is it possible to run master and slave on same jvm in Spring remote partition batch jobs -


iam desiging distributed remote partitioning batch jobs application multiple nodes. nodes(jvm) master , slave running in same jvm. possible have master , slave on same jvm? iam trying test causing issues, seems spring remote partition doesnt allow running master , slave on same jvm? please help.

vikas, can run master , slave in same jvm, example, have run 1 master , 6 slave applications in local jvm. master , slaves run separate java processes. slaves listen activemq , gets triggered when master adds stepexecution queue.


Comments