You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2016/03/19 00:07:04 UTC

[46/50] [abbrv] qpid-dispatch git commit: DISPATCH-179 - Updated default configuration file to not use deprecated types

DISPATCH-179 - Updated default configuration file to not use deprecated types


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/d953608b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/d953608b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/d953608b

Branch: refs/heads/master
Commit: d953608b0bef8dc964ab249bd9e9e5810cd7380e
Parents: 7f66a61
Author: Ted Ross <tr...@redhat.com>
Authored: Fri Mar 18 15:40:11 2016 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Fri Mar 18 15:40:11 2016 -0400

----------------------------------------------------------------------
 etc/qdrouterd.conf | 59 +++++++++++++------------------------------------
 1 file changed, 15 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/d953608b/etc/qdrouterd.conf
----------------------------------------------------------------------
diff --git a/etc/qdrouterd.conf b/etc/qdrouterd.conf
index 25ca222..67abb6a 100644
--- a/etc/qdrouterd.conf
+++ b/etc/qdrouterd.conf
@@ -36,57 +36,28 @@ listener {
     authenticatePeer: no
 }
 
-fixedAddress {
-    prefix: /closest/
-    fanout: single
-    bias: closest
+address {
+    prefix: closest
+    distribution: closest
 }
 
-fixedAddress {
-    prefix: /multicast/
-    fanout: multiple
+address {
+    prefix: multicast
+    distribution: multicast
 }
 
-fixedAddress {
-    prefix: /queue/
-    phase:  0
-    fanout: single
-    bias:   closest
+address {
+    prefix: unicast
+    distribution: closest
 }
 
-fixedAddress {
-    prefix: /queue/
-    phase:  1
-    fanout: single
-    bias:   closest
+address {
+    prefix: exclusive
+    distribution: closest
 }
 
-fixedAddress {
-    prefix: /unicast
-    fanout: single
-    bias: closest
+address {
+    prefix: broadcast
+    distribution: multicast
 }
 
-fixedAddress {
-    prefix: /exclusive
-    fanout: single
-    bias: closest
-}
-
-fixedAddress {
-    prefix: /broadcast
-    fanout: multiple
-}
-
-fixedAddress {
-    prefix: /
-    fanout: multiple
-}
-
-##
-## Temporary
-##
-log {
-    module: ROUTER_CORE
-    enable: trace+
-}


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