Currently the back end application has a thin rest service layer. I meant thin because there is no business logic code in the rest service. The application has well defined service interface/Implementation(pojo's) which gets injected in to the rest service.
For scaling up, all those applications are sitting behind a load balancer. e.g. client --> External LoadBalancer --> camel multiple instance --> internal load balancer --> service A's -- View this message in context: http://camel.465427.n5.nabble.com/Design-Question-tp4994960p4995591.html Sent from the Camel - Users mailing list archive at Nabble.com.
