diff options
author | sunil unnava <sunil.unnava@att.com> | 2019-01-08 16:38:41 -0500 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2019-01-08 21:43:21 +0000 |
commit | b92962811d8a7ad1cd4a834c6ab018f481dff630 (patch) | |
tree | dcf5c0030565d170a8bab6f975f6c21fcdc7a6d9 | |
parent | fa243918b08f4dc3992aba78833d5982dcd31c0c (diff) |
update mmagent related properties
Issue-ID: DMAAP-909
Change-Id: Ic550d5505cfbae403c8b8b14c04629982a17ca8a
Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r-- | bundleconfig-local/etc/appprops/MsgRtrApi.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bundleconfig-local/etc/appprops/MsgRtrApi.properties b/bundleconfig-local/etc/appprops/MsgRtrApi.properties index b710554..8e1cd6e 100644 --- a/bundleconfig-local/etc/appprops/MsgRtrApi.properties +++ b/bundleconfig-local/etc/appprops/MsgRtrApi.properties @@ -155,11 +155,11 @@ transidUEBtopicreqd=false defaultNSforUEB=org.onap.dmaap.mr ############################################################################## #Mirror Maker Agent -msgRtr.mirrormakeradmin.aaf=com.onap.dmaap.mr.dev.mirrormaker|*|admin -msgRtr.mirrormakeruser.aaf=com.onap.dmaap.mr.dev.mirrormaker|*|user -msgRtr.mirrormakeruser.aaf.create=com.onap.dmaap.mr.dev.topicFactory|:com.onap.dmaap.mr.dev.topic: +msgRtr.mirrormakeradmin.aaf=org.onap.dmaap.mr.mirrormaker|*|admin +msgRtr.mirrormakeruser.aaf=org.onap.dmaap.mr.mirrormaker|*|user +msgRtr.mirrormakeruser.aaf.create=org.onap.dmaap.mr.topicFactory|:org.onap.dmaap.mr.topic: msgRtr.mirrormaker.timeout=15000 -msgRtr.mirrormaker.topic=com.onap.dmaap.mr.prod.mm.agent +msgRtr.mirrormaker.topic=org.onap.dmaap.mr.mmagent msgRtr.mirrormaker.consumergroup=mmagentserver msgRtr.mirrormaker.consumerid=1 |