diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-08-29 10:24:32 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-08-29 10:24:32 -0400 |
commit | 53e374471d6c513f689d781d757ef818fb6cee4e (patch) | |
tree | 2054122dd4ea059d86a96ca776598a475e4159ec /data-router/dynamic/routes | |
parent | 57840acf3aee09ac69e29ba5ceee69ef02f22282 (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')
-rwxr-xr-x | data-router/dynamic/routes/entity-event.route | 2 |
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&consumer=#consumerBean"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url=http://mr.api.simpledemo.openecomp.org:3904"/> <to uri="bean:entityEventPolicy?method=process"/> </route> |