Akka is a framework providing Erlang like Actor based concurrency.It runs on the JVM, and has both Scala and Java APIs available.In this post we will take a look into the actors in Akka and how we can perform some basic tasks like starting, stopping the actors and passing messages. We first need to define [...]