[akka-user] Akka Sen email alerts

2016-07-13 Thread padma priya chitturi
Hi All, I would like to use Akka to send real-time alerts (email alerts) as soon as I receive messages. How would I go about it ? Thanks, Padma CH -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>

[akka-user] Send messgae to actor from standalone program

2014-12-16 Thread padma priya chitturi
Hi, I have 2 node cluster setup and I am running two actors on the 2 nodes. Now i have a stanadlone program on node1 which should actually send the message to actor running on node1. How to do this ? Regards, Padma Ch -- Read the docs: http://akka.io/docs/ Check the

[akka-user] Akka cluster Set up

2014-09-02 Thread padma priya chitturi
Hi, I wanted to setup akka cluster on 3 modes such that- one of my node would be starting ActorSystem and would join this to the cluster. Node 2 and Node 3 might join the cluster at any point of time, Once the nodes are up, they must be joined to the cluster. I am trying to visualize