Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12141

Is it possible to monitor Spring Batch job while running?

$
0
0

I have Spring Batch application with implemented Manager/Worker(s) pattern instances which manager start the job and worker do the steps based for a job. So the manager right now it is creating partitions with Partitioner.class and some logic inside and the worker run all of those partitioners.

And I want to see a progress of my Spring batch job while it is running. I want to see how many partitioners are created , and how many are COMPLETED.But the main problem is that we are running the job from other application via RabbitMQ/AmazonSQS queues and the communication is only with the manager so in that case from manager i do not have access to the worker(s) partitioners which are running and i cannot get data from it.

Also at all it would be great if you tell me that is it possible at all to monitor progress of Spring Batch Job in my application?

I've searched a lot on the web but nothing answers to my question.

Do you have any ideas how to achieve this goal?


Viewing all articles
Browse latest Browse all 12141

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>