You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2015/01/07 21:37:15 UTC

svn commit: r1650151 - /qpid/dispatch/trunk/etc/qdrouterd.conf

Author: kgiusti
Date: Wed Jan  7 20:37:14 2015
New Revision: 1650151

URL: http://svn.apache.org/r1650151
Log:
NO-JIRA: additional default fixed-address prefixes

Modified:
    qpid/dispatch/trunk/etc/qdrouterd.conf

Modified: qpid/dispatch/trunk/etc/qdrouterd.conf
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/etc/qdrouterd.conf?rev=1650151&r1=1650150&r2=1650151&view=diff
==============================================================================
--- qpid/dispatch/trunk/etc/qdrouterd.conf (original)
+++ qpid/dispatch/trunk/etc/qdrouterd.conf Wed Jan  7 20:37:14 2015
@@ -68,6 +68,23 @@ fixed-address {
 }
 
 fixed-address {
+	prefix: /unicast
+	fanout: single
+	bias: closest
+}
+
+fixed-address {
+	prefix: /exclusive
+	fanout: single
+	bias: closest
+}
+
+fixed-address {
+	prefix: /broadcast
+	fanout: multiple
+}
+
+fixed-address {
     prefix: /
     fanout: multiple
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org