Vote count:
0
We are searching for a framework for persistent job queues in Java, similar to the ruby implementations like:
must haves:
- persistent (once a job is enqueued it is persistent, no matter if a process crashes)
- prioritized (you can specify the priority of a job)
- retries (you can specify if a job fails how often it will be retried, see: http://ift.tt/1fuSpU1)
- distributed (the consuming task could run on a different host)
would be fine:
I know this could be achieved by combining Spring Integration and Spring Boot or some ESB framework.
To make it short, we are searching for a tailored Java implementation of sidekiq. Nothing more, nothing less.
asked 52 secs ago
Aucun commentaire:
Enregistrer un commentaire