Instead of varargs, I substituted the spring batch's job parameters something like below.
<property name="fileName" value="#{systemProperties[jobParameters['fileType'] + '.fileName']}" />
...
Type: Posts; User: roger16; Keyword(s):
Instead of varargs, I substituted the spring batch's job parameters something like below.
<property name="fileName" value="#{systemProperties[jobParameters['fileType'] + '.fileName']}" />
...
Ok thanks.
Thanks, but what is varargs[0]? Is this the job parameter? In my case, my key name should have the spring batch job parameter's value.
Thank you.
Hello,
Even am in a similar requirement. Can anyone please help?
Thanks.
Hello all,
I have a requirement to prioritize the messages in a queue (Custom sorting), before the listener starts processing them. I appreciate your help.
Thanks,
Roger.
Hello,
We are using Glassfish App and Mongo DB on two different servers. If we run a spring batch job from App server, performance is very bad. If we run the same job on the same server as Mongo...