summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-30 14:36:04 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-08-31 23:15:01 +0000
commitebd9ac3279e30991e5c075106271432b54a22646 (patch)
tree8a33d6df33ea7ba38fc03ebe3b363c6f8d3bb407 /kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes
parenta45e7ffbea0949264f9592c8355c7ca6a2b250af (diff)
AAI 1.1 data-router configuration changes
Issue-ID: OOM-65 Change-Id: I73a712025da67fddf8403fe06c33ce5844eca434 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
Diffstat (limited to 'kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes')
-rw-r--r--kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route b/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route
new file mode 100644
index 0000000000..c5df6168b8
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url="http://aai-dmaap:3904"/>
+ <to uri="bean:entityEventPolicy?method=process"/>
+</route>