[
https://issues.apache.org/jira/browse/CAMEL-9733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262211#comment-15262211
]
ASF GitHub Bot commented on CAMEL-9733:
---------------------------------------
GitHub user jlpedrosa opened a pull request:
https://github.com/apache/camel/pull/968
Added support for dynamic spring batch job invoication based on message
header
Pull request for issue: https://issues.apache.org/jira/browse/CAMEL-9733
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jlpedrosa/camel CAMEL-9733
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/968.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #968
----
commit d06d850cf0a6fe44790a8eda377f56a1514be1a6
Author: Joseluis Pedrosa <[email protected]>
Date: 2016-04-28T14:11:21Z
patch to support dynamic job execution based on message headers for
sprinbatch component
https://issues.apache.org/jira/browse/CAMEL-9733
----
> enable dynamic job name in component spring-batch
> -------------------------------------------------
>
> Key: CAMEL-9733
> URL: https://issues.apache.org/jira/browse/CAMEL-9733
> Project: Camel
> Issue Type: Wish
> Components: camel-spring-batch
> Affects Versions: 2.16.2, 2.17.0
> Environment: any
> Reporter: Jose Luis Pedrosa
> Priority: Minor
> Fix For: 2.17.2, 2.18.0
>
> Original Estimate: 16m
> Remaining Estimate: 16m
>
> Hi
> Currently springBatch accepts a parameter jobName in the url, which is
> evaluated during the creation of the endpoint.
> This makes impossible to launch different jobs dinamically.The requested
> feature would be to make it message context based, in the headers with a
> parameter
> "jobNameHeader", which would be evaluated per message. In a similar way as
> SQL and the columns value parameters.
> If the project is interested and willing to incorporate it into the sources,
> I could offer me to code it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)