We are using WCF for our company and we would like to make sure that we have complete separation between Client and Service.
We would like to study to see if using either Akka.Net (Orlean) or one of the Pub/Sub frameworks can help us to reduce the complexity and possibly improving our current system.
Which one would you choose ? Actor Model or PubSub and also why ?
Thanks