문제

We are trying to implement spring batch partitioning.I did an initial study and end up with following questions.

What is the configuration difference between Master and slave nodes i.e difference in configuration xml of master and slave jobs ?

How to configure queues if I am using MessageChannelPartitionHandler?

Whether I can use Jboss eap 5.0 queue as reply and request channel between master and slave queues? If so how can I configure it my job(A sample configuration file would be helpful)

Please help me on this

도움이 되었습니까?

해결책

Typically they are all the same; the master coordinates the work but also participates.

The test case has sample configuration.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top