summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/ClusteringHA.html
blob: de5abab2332e0587a77f05fa7aec9b5430f47f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
    <head>
        <title>Apache Qpid : ClusteringHA</title>
	    <link rel="stylesheet" href="styles/site.css" type="text/css" />
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">	    
    </head>

    <body>
	    <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
		    <tr>
			    <td valign="top" class="pagebody">
				    <div class="pageheader">
					    <span class="pagetitle">
                            Apache Qpid : ClusteringHA
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Sep 25, 2007 by <font color="#0050B2">aconway</font>.
				    </div>

				    <h2><a name="ClusteringHA-Definitions"></a>Definitions </h2>

<p>The topic is being broken up into three sections:</p>

<ul>
	<li>Federation (a set of distributed exchanges and queues, seperately managed and wired together)</li>
	<li>Clustering (a set of distributed exchanges and queues managed as a single entity)</li>
	<li>HA / Fault tolarance (the ability for exchanges and queues, clustered, federated, or isolated to replicated important state to a backup (failover partner))</li>
	<li>Failover (the ability for a client to reconnect to the failover partner)</li>
</ul>


<h2><a name="ClusteringHA-Requirements%2FUseCases"></a>Requirements/Use Cases </h2>

<ul>
	<li><a href="Reliability Requirements.html" title="Reliability Requirements">Reliability Requirements</a></li>
	<li><a href="ClusteringAndFederation.html" title="ClusteringAndFederation">ClusteringAndFederation</a></li>
</ul>


<h2><a name="ClusteringHA-Designnotes"></a>Design notes </h2>
<ul>
	<li><a href="Cluster Design Note.html" title="Cluster Design Note">Cluster Design Note</a> - primary/backup pairing, transaction logging.</li>
</ul>


<p>Historical</p>
<ul>
	<li><a href="Old Clustering Design Note.html" title="Old Clustering Design Note">Old Clustering Design Note</a></li>
</ul>


				    
                    			    </td>
		    </tr>
	    </table>
	    <table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
				<td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
			</tr>
		    <tr>
			    <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
		    </tr>
	    </table>
    </body>
</html>