質問

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