Questions tagged [spring-batch-integration]
19 questions
0
votes
0 answers
High Memory consumption in MessageChannelPartitionHandler in-case of more partitions
Our use case -> Using Remote partitioning - the job is devided into multiple partitions and using active MQ workers are processing these partitions.
Job is failing with memory issue at MessageChannelPartitionHandler handle method where it is holding…

Krishna Kishore
- 9
- 2
0
votes
1 answer
Spring batch integration remote chunking timeout for manager
In spring batch remote chunking, consider a situation where the worker consumers are not available. In that case the manager publishes number of items equal to the throttle limit and waits for the reply from the workers. I have the receiveTimeout…

Rahul Dey
- 163
- 2
- 7
0
votes
1 answer
how to run/execute Job on multiple nodes of worker server from remote server (master server) with spring batch integration?
We have existing Spring Batch Application, that we want to make scalable to run on multiple nodes.
For example, I would like to run a job on different worker servers. In the case, where I have a Job A and a Job B, run Job A on a instance of the…

katy
- 61
- 4
0
votes
1 answer
Spring batch 4.x integration XML configuration for remote chunking
I am upgrading Spring batch from 3.x to 4.3. Currently we are using Spring batch integration and XML configuration for putting & receiving messages via MQ. Spring batch 4 introduced @EnableBatchIntegration and corresponding XML XSDs…

Debopam
- 3,198
- 6
- 41
- 72