Re: [akka-user] TimeoutException when using tell on an ActorSelection if the target actor is created through AskSupport

2015-01-09 Thread Ferdinand Hübner
Hi Patrik, thank you for the reply. On Friday, January 9, 2015 at 9:49:40 AM UTC+1, Patrik Nordwall wrote: Let me try to understand your original problem. You send a request with ask to an Actor with AtLeastOnceDelivery. There you reply to the sender() using the deliver method (and the

Re: [akka-user] TimeoutException when using tell on an ActorSelection if the target actor is created through AskSupport

2015-01-09 Thread Ferdinand Hübner
On Friday, January 9, 2015 at 7:34:08 PM UTC+1, Patrik Nordwall wrote: 9 jan 2015 kl. 18:10 skrev Ferdinand Hübner ferdinan...@gmail.com javascript:: Yes, that is what I'm doing. I'm passing the sender() ActorRef to other actors until I am able to reply to it with deliver. When I reply

[akka-user] TimeoutException when using tell on an ActorSelection if the target actor is created through AskSupport

2015-01-07 Thread Ferdinand Hübner
Hello, I am experimenting with at-least-once-delivery in akka-persistence. My goal is to create a future-based service layer on top of an actor system by using AskSupport. The deliver method in AtLeastOnceDelivery expects an ActorPath as its message destination and delivers the message by