Results 1 to 3 of 3

Thread: After Batch job Completes put message on Integration Channel?

  1. #1

    Default After Batch job Completes put message on Integration Channel?

    Hi all,

    It is possible to place a message on a Spring Integration channel when a batch job has completed?

    I have a batch job that populates a large db table and when it is finished I want it to signal an SI Service Activator or some such component to perform a complicated query on the data.

    Thanks in advance for any advice,
    Tony

  2. #2

    Default

    I found this thread which mentions a "job-info" channel:

    http://forum.springsource.org/showth...annel-job-info

    Is this a system channel used by the internals of Spring Batch by any chance when a job completes? I've set a Service Activator to use it as an input channel but it doesn't seem to work...

  3. #3

    Default

    Took a different approach and used a MethodInvokingTaskletAdapter to get the job done.

    This thread helped me:
    http://forum.springsource.org/showth...TaskletAdapter

Tags for this Thread

Posting Permissions

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