Hi Gordon I am using Akka in Combination with Camel within a distributed Retail application. All application parts run on top of Karaf. So far I think, the combination of those technologies is a good choice with respect to scalability and testability.
I had used Akka in other applications before and was reasonably happy with it and therefore I have not spent much time with researching alternatives. Best regards Andreas > On 28 Oct 2014, at 16:26, gmh <[email protected]> wrote: > > All, > I am trying to investigate Akka and camel > Our use case is as follows: > > Subscribe to websocket queue and retrieve json from the queue > process each json thru Camel routes (atomically) > assume large amount of data > > What would the appropriate design as far as fail over/ > dristributed/threading is concerned? > I am concerned that since Camel is single threaded(?) that we will not be > able to process a huge amount of data in a timely fashion. > What have your experiences been? > Is Akka a good choice? Any other options? > Gordon > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-use-case-with-Akka-tp5758237.html > Sent from the Camel - Users mailing list archive at Nabble.com.
