I\'ve already read the question and answers to What design decisions would favour Scala\'s Actors instead of JMS?.
In Akka, is there a way to restrict messages to actors to be of a specific static type other than using the \"Typed Actor\" APIs that use an RPC style programming model?
I have developed a financial data distribution server with Akka, and I want to set logging level for the application. The documentation at akka.io is sketchy at the best; they say there is no more \"l
I am working on my bc thesis project which should be a Minecraft server written in scala and Akka. The server should be easily deployable in the cloud or onto a cluster (not sure whether i use proper
Is it possible to im开发者_Go百科plement a JMS message queue in Scala using the Akka framework?It looks like it from here:
开发者_StackOverflowI know how to handle incoming http requests in Akka, but I want my Akka-based web app also to communicate with Facebook and CouchDB through HTTP APIs by sending outbound calls. Is
Looks there is a lot of cool things about Akka framework (I don\'t really understand the framework, hope to dig into it soon).
There are Akka (Java API) actors (UntypeActor) and messages in the application. According to API contract in case a few messages are addressed to the same actor, they are queued and processed with one
I got a little problem. I just moved the client-server-communication of my current project from remote Scala Actors to remote开发者_运维问答 Akka Actors.
First and foremost: I want to state that this is mostly a personal exercise.There are plenty of containers and servers out there (Tomcat, Jetty, Winstone) that satisfy the needs of the market.