Question

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

Was it helpful?

Solution

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

The test case has sample configuration.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top