|
|||||
|
|||||
Overview
AbstractionsActiveCluster provides two different abstractions which can be used independently or seamlessly together. Node list abstractionActiveCluster maintains a list of Node objects, each Node representing a member of the Cluster. You can look at the node list whenever you like and listen to nodes joining, leaving and updating their state. Messaging abstractionIn addition the Cluster (the group of nodes) and each Node in the cluster have a Destination. The other part of the ActiveCluster API is a simplified facade to messaging - way simpler and more abstract than JMS - which allows you to send application level messages to the cluster as a whole or to individual members of the cluster. PartitioningIts very easy to implement ActiveCluster on top of any messaging or networking technology. The default implementation out of the box uses JMS. This means we can take advantage of
e.g. some nodes in the cluster may not respond to application level messages - they may wish to just view the cluster to monitor the full cluster behaviour. Other nodes may wish to be participants but only see their immediate buddy-group. We can create sophisticated slicing & dicing of the cluster, participants, state replication and application message flow using standard JMS techniques For a more detailed look at the ActiveCluster, check out the javadocs |
|||||
|
Copyright 2003-2006 - The Codehaus. All rights reserved unless otherwise noted.
Powered by Atlassian Confluence
|
|||||