java - Passing new data to a Job everytime it runs - Quartz -


i have 2 jobs running. first job polls data , updates queue. 1 reads queue , processes it. need pass fresh data second job every time runs. second jobs runs every 10 seconds. need pass fresh jobdatamap every time 2nd job runs.

i read quartz documentation on one. not clear. should use 1 jobdatamap , pass , forth filling up? or there way create new jobdatamap , pass job every time job runs.

any idea?


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -