[xwiki-users] Job's and queues
Hi guys, I am looking for an example on how to create / use a queue for my custom jobs and how to add jobs in the queue (preferably an example in Java). I can’t find an example I can use - except for the job Executor description in the Extensions area. Can anyone supply me with an example? With kind regards, Peter
It depends what is your need exactly. If it's mostly about asynchronously execute a task as soon as possible then you can look at http://extensions.xwiki.org/xwiki/bin/view/Extension/Job+Module. I guess that's the one you are referring to when you talk about "job Executor description", what is missing for your need in this module ? If your need is scheduling then it would be probably more for http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application. On Sat, Oct 10, 2015 at 2:49 PM, Peter Huisman <[email protected]> wrote:
Hi guys,
I am looking for an example on how to create / use a queue for my custom jobs and how to add jobs in the queue (preferably an example in Java). I can’t find an example I can use - except for the job Executor description in the Extensions area. Can anyone supply me with an example?
With kind regards,
Peter
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
Peter Huisman -
Thomas Mortagne