summaryrefslogtreecommitdiffstats
path: root/data-router/dynamic/routes
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-28 18:03:53 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-28 22:50:16 +0000
commitff724dd3d19bd955096f94194504fd017e228599 (patch)
tree647aee2c2103af74bc637c6b0c7909c3528d980f /data-router/dynamic/routes
parent9c485b637845ae2c6881f0408834e908a003a275 (diff)
Change dmaap from localhost to existing dmaap host
Issue-ID: AAI-401 Change-Id: I4962d910b5ea335842f1fc00b18893d83e413c96 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'data-router/dynamic/routes')
-rwxr-xr-xdata-router/dynamic/routes/entity-event.route2
1 files changed, 1 insertions, 1 deletions
diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route
index 8c69647..4af2941 100755
--- a/data-router/dynamic/routes/entity-event.route
+++ b/data-router/dynamic/routes/entity-event.route
@@ -1,4 +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://vm1.aai.simpledemo.openecomp.org:3904"/>
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url="http://mr.api.simpledemo.openecomp.org:3904"/>
<to uri="bean:entityEventPolicy?method=process"/>
</route>