I have no Akka experience. I would like to know how Akka messaging works in the JVM as well as between the JVMs.
- Are messages in the JVM some POJO-like objects?
- Is there any JMS server needed to exchange data between the JVMs?
- How does Akka highlight the differences between the two message types?
- Do I need serialization?
- Is it possible to use some other protocols (e.g. JMS, SOAP, ...) to exchange data between JVMs? For example, Spring Integration or Apache Camel can handle any type of communication protocol.
akka
luboskrnac
source share