diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-06-09 15:50:39 +0300 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-06-09 15:54:42 +0300 |
commit | 5102ad41343270d7e8d8f5acf7bf2e14a99c6638 (patch) | |
tree | 95df2dcd736fa775629d00b58253aa8d28af1900 | |
parent | 0bb4902eabf1c025395d05a312947ce0445e37c6 (diff) |
Adding correct DMaaP URL to DataRouter config
Change-Id: Ic5ee9e6a7296ab6c04cd838aef5addc6b40e1b3d
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rwxr-xr-x | data-router/dynamic/routes/entity-event.route | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route index 7ecff79..8c69647 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=<TO_REPLACE>" /> + <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&groupName=datarouter&groupId=datarouter&url="http://vm1.aai.simpledemo.openecomp.org:3904"/> <to uri="bean:entityEventPolicy?method=process"/> -</route>
\ No newline at end of file +</route> |