[akka-user] reddis based job queue framework in akka? similiar to reque?

2014-07-29 Thread gitted
Hello! Is there a akka based job/queue framework out there in the open source world? I'm looking for something similiar to https://github.com/resque/resque. Basically a queue that is built on top of redis. Resque also then has a base class where you build your custom worker processes that wil

Re: [akka-user] reddis based job queue framework in akka? similiar to reque?

2014-07-31 Thread Martynas Mickevičius
Hi, what is your use-case? Why do you want reddis? You can easily build a persistent job queue with akka-persistence. On Tue, Jul 29, 2014 at 8:22 PM, gitted wrote: > Hello! > > Is there a akka based job/queue framework out there in the open source > world? > > I'm looking for something simil