[akka-user] Re: Akka HTTP (Scala) 1.0-RC[12]: Processor actor terminated abruptly

2015-08-14 Thread Jeff Simpson
Any solutions to this one yet? I'm getting the same error in a Play 2.4 app. During Global.onStop I call my subscribers onComplete function, but I still see the Processor actor terminated abruptly error. Any ideas? On Thursday, April 30, 2015 at 2:55:32 PM UTC-6, Samuel Tardieu wrote: Hi.

Re: [akka-user] akka-persistence vs durable mailbox

2014-07-08 Thread Jeff Simpson
The main difference I see with the change from a DurableMailbox to using a PersistentChannel/AtLeastOnceDelivery is the former seems pull based while the latter is push. Is this the case? I'm curious if there's a way I can essentially implement a durable mailbox based on the Persistence