aboutsummaryrefslogtreecommitdiffstats
path: root/resources/config/data-router/dynamic/routes/entity-event.route
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-02-06 17:28:49 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-06 17:28:49 +0000
commitdf651cfb6d288f934b6604117558d36d5694ec32 (patch)
treeaa336743570dfc872c28f5dd2d7a390e636fc6e9 /resources/config/data-router/dynamic/routes/entity-event.route
parent63092141ff7673ea0a11d5ae52fffb3cfdb4f691 (diff)
parenteacde7fdf876907ea4484c27126886b9e85d46b0 (diff)
Merge "config seg aai data router"
Diffstat (limited to 'resources/config/data-router/dynamic/routes/entity-event.route')
-rw-r--r--resources/config/data-router/dynamic/routes/entity-event.route4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/config/data-router/dynamic/routes/entity-event.route b/resources/config/data-router/dynamic/routes/entity-event.route
new file mode 100644
index 0000000..81e1cf9
--- /dev/null
+++ b/resources/config/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://dmaap.onap-message-router:3904"/>
+ <to uri="bean:entityEventPolicy?method=process"/>
+</route>