Adding correct DMaaP URL to DataRouter config 27/4927/1
authorsblimkie <steven.blimkie@amdocs.com>
Fri, 9 Jun 2017 12:50:39 +0000 (15:50 +0300)
committersblimkie <steven.blimkie@amdocs.com>
Fri, 9 Jun 2017 12:54:42 +0000 (15:54 +0300)
Change-Id: Ic5ee9e6a7296ab6c04cd838aef5addc6b40e1b3d
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
data-router/dynamic/routes/entity-event.route

index 7ecff79..8c69647 100755 (executable)
@@ -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=<TO_REPLACE>" />
+  <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url="http://vm1.aai.simpledemo.openecomp.org:3904"/>
   <to uri="bean:entityEventPolicy?method=process"/>
-</route>
\ No newline at end of file
+</route>