It is a copy of the Akka Quickstart application with a little modifications.
Run the application with the following command:
sbt
run
Remote debugging is possible using the following command:
sbt --jvm-debug 9999
run
After running the application you can stop by pressing enter.
There is a requests.jmx configuration in the application's root folder.
In this file you can find two test requests. ``
With these you are able to perform requests to test the application.