summaryrefslogtreecommitdiffstats
path: root/data-router/dynamic/routes/entity-event.route
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-08-29 10:24:32 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-08-29 10:24:32 -0400
commit53e374471d6c513f689d781d757ef818fb6cee4e (patch)
tree2054122dd4ea059d86a96ca776598a475e4159ec /data-router/dynamic/routes/entity-event.route
parent57840acf3aee09ac69e29ba5ceee69ef02f22282 (diff)
Fix test-config for DR, Champ, and Gizmo
Issue-ID: AAI-1457 Change-Id: Iac4482831b4694e261d3bbf5562046d10d2d2224 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'data-router/dynamic/routes/entity-event.route')
-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 a7b38e3..7d2de39 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;consumer=#consumerBean"/>
+ <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>