aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/routing/replaceroute
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-01-31 12:46:36 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-01-31 12:46:36 +0100
commit8c6fc4640c64c4bb59a0759d4a8e4180f413e90a (patch)
tree1624e4aae3bb6695dd1ba72dd830fe18cbb3eaa4 /config-model/src/test/cfg/routing/replaceroute
parent732bc6898196689766e8aa9e671efe38d73fd1a8 (diff)
Generate default-get route for document retrievals
Diffstat (limited to 'config-model/src/test/cfg/routing/replaceroute')
-rwxr-xr-xconfig-model/src/test/cfg/routing/replaceroute/messagebus.cfg20
1 files changed, 11 insertions, 9 deletions
diff --git a/config-model/src/test/cfg/routing/replaceroute/messagebus.cfg b/config-model/src/test/cfg/routing/replaceroute/messagebus.cfg
index e9389a2a6d9..d3af5b36c26 100755
--- a/config-model/src/test/cfg/routing/replaceroute/messagebus.cfg
+++ b/config-model/src/test/cfg/routing/replaceroute/messagebus.cfg
@@ -8,12 +8,14 @@ routingtable[0].hop[1].recipient[0] "music"
routingtable[0].hop[1].ignoreresult false
routingtable[0].route[0].name "default"
routingtable[0].route[0].hop[0] "foo"
-routingtable[0].route[1].name "music"
-routingtable[0].route[1].hop[0] "[MessageType:music]"
-routingtable[0].route[2].name "music-direct"
-routingtable[0].route[2].hop[0] "[Content:cluster=music]"
-routingtable[0].route[3].name "music-index"
-routingtable[0].route[3].hop[0] "docproc/cluster.music.indexing/chain.indexing"
-routingtable[0].route[3].hop[1] "[Content:cluster=music]"
-routingtable[0].route[4].name "storage/cluster.music"
-routingtable[0].route[4].hop[0] "route:music"
+routingtable[0].route[1].name "default-get"
+routingtable[0].route[1].hop[0] "indexing"
+routingtable[0].route[2].name "music"
+routingtable[0].route[2].hop[0] "[MessageType:music]"
+routingtable[0].route[3].name "music-direct"
+routingtable[0].route[3].hop[0] "[Content:cluster=music]"
+routingtable[0].route[4].name "music-index"
+routingtable[0].route[4].hop[0] "docproc/cluster.music.indexing/chain.indexing"
+routingtable[0].route[4].hop[1] "[Content:cluster=music]"
+routingtable[0].route[5].name "storage/cluster.music"
+routingtable[0].route[5].hop[0] "route:music"