Akka Routing: Reply's send to router ends up as dead letters
I'm playing around with Actor Routing and I can't send a reply back to the router so that another actor in the routing list can pick this up. I'm using: sender.tell([Message], context.parent) to reply to the router as according to akka docs, routed actors set the sender to themselves and their parent is the actual router when replying it will give the following message in the console: [INFO] [12/13/2013 11:19:43.030] [StarBucks-akka.actor.default-dispatcher-2] [akka://StarBucks/deadLetters] Message [net.addictivesoftware.starbucks.MakeCoffee$] from Actor[akka://StarBucks/user/Melanie#