Re: [akka-user] File based durable mailboxes for akka actors

2018-01-04 Thread mandeep gandhi
Sure, I will give it a shot. Thanks for the help. On Thu, Jan 4, 2018 at 10:45 PM, Konrad “ktoso” Malawski < konrad.malaw...@lightbend.com> wrote: > Seems Durable (filebased) mailboxes weren’t even in 2.3, but 2.2… So even > more ancient ;-) > A question regarding them, made me assume you’re

Re: [akka-user] File based durable mailboxes for akka actors

2018-01-04 Thread Konrad “ktoso” Malawski
Seems Durable (filebased) mailboxes weren’t even in 2.3, but 2.2… So even more ancient ;-) A question regarding them, made me assume you’re using those ancient version of Akka. Please give Persistence a try. There’s nothing durable mailboxes did better (or even as good as) Persistence does

Re: [akka-user] File based durable mailboxes for akka actors

2018-01-04 Thread mandeep gandhi
I was never using 2.3, I wrote 2.5.3, probably you misread the figures. Also, I was looking at Akka persistence as there were some other discussions in the forum regarding Durable mailbox vs Akka Persistence. I was looking for the recommended practices only. On Wednesday, January 3, 2018 at

Re: [akka-user] File based durable mailboxes for akka actors

2018-01-03 Thread Konrad “ktoso” Malawski
Firstly, Akka 2.3 is not supported anymore… Since 2015. Please upgrade to an actively maintained version, such as Akka 2.5. Akka 2.4 will be EOL shortly as well. 2.4 and 2.5 are binary compatible so there’s no reason whatsoever to remain on 2.4 (not mentioning 2.3). Akka 2.3 was enver released

[akka-user] File based durable mailboxes for akka actors

2018-01-03 Thread mandeep gandhi
Hi, I wanted to know the current support if durable mailboxes with Akka. I am using Akka version 2.5.3 and Scala 2.12.3 and I want to use akka-mailbox-common for durable mailbox ( file system backed). Unfortunately, akka-mailbox-common is not available for scala 2.12. I tried something in