This application implements a simple echo message sending from master to workers.
This sample application requires Maven 2 and Java 5. First download and install Maven 2. Then perform these steps:
You can start each process individually. To start each process individually:
$ mvn tc:start
$ mvn -DactiveNodes=master tc:run
$ mvn -DactiveNodes=worker tc:run
Sent messages will go from master to workers, then back to master.