diff options
author | 2018-06-15 13:44:08 -0400 | |
---|---|---|
committer | 2018-06-15 13:45:01 -0400 | |
commit | e80ce27a8d88a3fe91e1bada391a64ec9c20f1a6 (patch) | |
tree | 8283ba9cb6c2c61bec001bc6755623b315abc3ba /data-router/dynamic/routes | |
parent | 10b37f1a70a1b366fc8a537f62ac1417cc745847 (diff) |
Inject event lib impl from data router
Event client impl through data router
Issue-ID: AAI-1228
Change-Id: Ie934278fb0360689d1d7e36ee267fc988ce03919
Signed-off-by: Gurjeet Bedi <gurjeetb@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 7d2de39..a7b38e3 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&groupName=datarouter&groupId=datarouter&url=http://mr.api.simpledemo.openecomp.org:3904"/> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&consumer=#consumerBean"/> <to uri="bean:entityEventPolicy?method=process"/> </route> |