When to use actors instead of messaging solutions such as WebSphere MQ or Tibco Rendezvous?
问题 I've already read the question and answers to What design decisions would favour Scala's Actors instead of JMS?. Usually, we use messaging solutions which have existed for years already: either a JMS implementation such as WebSphere MQ or Apache ActiveMQ is used for Point-To-Point communication, or Tibco Rendevous for Multicast messaging. They are very stable, proven and offer high availability and performance. Nevertheless, configuration and setup seem much more complex than in Akka. When