Results 1 to 1 of 1

Thread: Batch Job Monitoring Tool

Threaded View

  1. #1
    Join Date
    Jan 2008
    Posts
    21

    Default Batch Job Monitoring Tool

    I am new to Spring Batch job.I have created a simple batch job that takes input from database and the output is sending an email.I have completed that stuff and able to run by using Junit test class and it is working fine.Now I would like to run this batch job from some kind of console with built in tools/capabilities to monitor and manage.I have heard that I can use JMX for this.We are using IBM Web Sphere.Can someone provide a detail sample code that will help me to do so for my sample batch job.As my configuration is on the xml files,I am running them using Junit test cases.But what I need to export as Mbean if I want to start my batch job.

    Thanks,
    Aruna
    Last edited by arunaalluri; Jan 24th, 2008 at 09:29 AM. Reason: Adding some more details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •