You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by yanherrera <ya...@yahoo.es> on 2011/09/01 12:03:24 UTC

Clustering in ServiceMix

Hi, 

  According to ServiceMix wiki, a ServiceMix cluster provides the following
benefits: 

1- Connectivity to other ServiceMix containers forming a network of
containers. Containers can be dynamically added and removed from the
network.

2 -Remote component awareness where each container is aware of its peer
container's components. Networked containers listen for remote component
registration/deregistration events and once aware can route requests to
those components.

3- Load balancing where a cluster provides the ability to balance requests
in a couple of ways including:
   
    - Installation of the same component on multiple containers to provide
increased capacity and additional HA capabilities. If one container fails
the same component in another container can still service the request.
    - Partition workload among container instances whereby different
containers can handle different tasks and flows can span multiple
containers.

  is there another advantaje of Clustering in ServiceMIx?   Does Clustering
in ServiceMIx support clustering of ServiceMix Quartz components?

Thank you in advance. 

--
View this message in context: http://servicemix.396122.n5.nabble.com/Clustering-in-ServiceMix-tp4757754p4757754.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.