Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Description

jobLauncherRef

null

Deprecated and will be removed in Camel 3.0! Camel 2.10: Use jobLauncher=#theName instead.

jobLauncher

null

Camel 2.11.1: Explicitly specifies a JobLauncher to be used from the Camel Registry.

jobFromHeaderfalseCamel 2.18: Explicitly defines if the jobName shouls be taken from the headers instead of the URI. The header has name: CamelSpringBatchJobName

Usage

When Spring Batch component receives the message, it triggers the job execution. The job will be executed using the org.springframework.batch.core.launch.JobLaucher instance resolved according to the following algorithm:

...