You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/30 18:01:51 UTC

svn commit: r469195 - /incubator/activemq/site/networks-of-brokers.html

Author: chirino
Date: Mon Oct 30 09:01:51 2006
New Revision: 469195

URL: http://svn.apache.org/viewvc?view=rev&rev=469195
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/networks-of-brokers.html

Modified: incubator/activemq/site/networks-of-brokers.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/networks-of-brokers.html?view=diff&rev=469195&r1=469194&r2=469195
==============================================================================
--- incubator/activemq/site/networks-of-brokers.html (original)
+++ incubator/activemq/site/networks-of-brokers.html Mon Oct 30 09:01:51 2006
@@ -252,8 +252,7 @@
 <!--          
             <div class="pagetitle">Networks of Brokers</div>
 -->
-            <DIV class="wiki-content">
-<P>To provide massive scalability of a large messaging fabric you typically want to allow many brokers to be connected together into a network so that you can have as many clients as you wish all logically connected together - and running as many message brokers as you need based on your number of clients and network topology.</P>
+            <DIV class="wiki-content"><P>To provide massive scalability of a large messaging fabric you typically want to allow many brokers to be connected together into a network so that you can have as many clients as you wish all logically connected together - and running as many message brokers as you need based on your number of clients and network topology.</P>
 
 <P>If you are using <A href="topologies.html" title="Topologies">client/server or hub/spoke style topology</A> then the broker you connect to becomes a single point of failure which is another reason for wanting a network (or cluster) of brokers so that you can survive failure of any particular broker, machine or subnet.</P>
 
@@ -399,11 +398,11 @@
 <P>This part of an example configuration for a Broker</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-xml"><SPAN class="code-tag">&lt;networkConnectors&gt;</SPAN>
-      <SPAN class="code-tag">&lt;networkConnector uri=<SPAN class="code-quote">&quot;static://(tcp://localhost:61617)&quot;</SPAN> failover=<SPAN class="code-quote">&quot;true&quot;</SPAN>&gt;</SPAN>
-         name = bridge
-         dynamicOnly = false
-         conduitSubscriptions = true
-         decreaseNetworkConsumerPriority = false
+      &lt;networkConnector uri=<SPAN class="code-quote">&quot;static://(tcp://localhost:61617)&quot;</SPAN> failover=<SPAN class="code-quote">&quot;true&quot;</SPAN>
+         name=<SPAN class="code-quote">&quot;bridge&quot;</SPAN>
+         dynamicOnly=<SPAN class="code-quote">&quot;false&quot;</SPAN>
+         conduitSubscriptions=<SPAN class="code-quote">&quot;true&quot;</SPAN>
+         decreaseNetworkConsumerPriority=<SPAN class="code-quote">&quot;false&quot;</SPAN>&gt;
       	<SPAN class="code-tag">&lt;excludedDestinations&gt;</SPAN>
       		<SPAN class="code-tag">&lt;queue physicalName=<SPAN class="code-quote">&quot;exclude.test.foo&quot;</SPAN>/&gt;</SPAN>
       		<SPAN class="code-tag">&lt;topic physicalName=<SPAN class="code-quote">&quot;exclude.test.bar&quot;</SPAN>/&gt;</SPAN>
@@ -419,11 +418,11 @@
 For example, if using distributed queues, you may wish to have equivlanent weighting to queue receivers across the network, but only when the receivers are active - e.g.</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-xml"><SPAN class="code-tag">&lt;networkConnectors&gt;</SPAN>
-      <SPAN class="code-tag">&lt;networkConnector uri=<SPAN class="code-quote">&quot;static://(tcp://localhost:61617)&quot;</SPAN> failover=<SPAN class="code-quote">&quot;true&quot;</SPAN>&gt;</SPAN>
-         name = queues_only
-         dynamicOnly = true
-         conduitSubscriptions = false
-         decreaseNetworkConsumerPriority = false
+      &lt;networkConnector uri=<SPAN class="code-quote">&quot;static://(tcp://localhost:61617)&quot;</SPAN> failover=<SPAN class="code-quote">&quot;true&quot;</SPAN>
+         name=<SPAN class="code-quote">&quot;queues_only&quot;</SPAN>
+         dynamicOnly=<SPAN class="code-quote">&quot;true&quot;</SPAN>
+         conduitSubscriptions=<SPAN class="code-quote">&quot;false&quot;</SPAN>
+         decreaseNetworkConsumerPriority=<SPAN class="code-quote">&quot;false&quot;</SPAN>&gt;
       	<SPAN class="code-tag">&lt;excludedDestinations&gt;</SPAN>
       		<SPAN class="code-tag">&lt;topic physicalName=<SPAN class="code-quote">&quot;&gt;</SPAN>&quot;</SPAN>/&gt;
       	<SPAN class="code-tag">&lt;/excludedDestinations&gt;</SPAN>
@@ -472,8 +471,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on Jul 21, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=112&originalId=9118">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=bwellhoefer">Bernhard Wellh&ouml;fer</A> on Nov 02, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=112&originalId=14534">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=112">edit page</A>)
     </DIV>