diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/DMaaPUrl.properties | 2 | ||||
-rw-r--r-- | src/main/resources/dme2testcase.properties | 12 | ||||
-rw-r--r-- | src/main/resources/endpoint.properties | 2 | ||||
-rw-r--r-- | src/main/resources/routes.conf | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/src/main/resources/DMaaPUrl.properties b/src/main/resources/DMaaPUrl.properties index 8c90912..a0cf9ab 100644 --- a/src/main/resources/DMaaPUrl.properties +++ b/src/main/resources/DMaaPUrl.properties @@ -36,4 +36,4 @@ url=http://hltd436.hydc.sbc.com:8080/DMaaP/dmaaprest/ date=2015-11-23T8:56:19-0700 # topic -topicName=org.onap.dmaap.messagerouter.msgrtr.app.dmaap.mr.sharjeel
\ No newline at end of file +topicName=com.att.app.dmaap.mr.sharjeel
\ No newline at end of file diff --git a/src/main/resources/dme2testcase.properties b/src/main/resources/dme2testcase.properties index 6f358a3..ad38c43 100644 --- a/src/main/resources/dme2testcase.properties +++ b/src/main/resources/dme2testcase.properties @@ -39,17 +39,17 @@ filterType=filter={"class":"Equals", "field":"email", "value":"ai039a@att.com"} #topics subContextPathGetAllTopic=/topics subContextPathGetOneTopic=/topics/ -SubContextPathGetPublisher=/topics/org.onap.dmaap.messagerouter.msgrtr.app.dmaap.mr.sharjeel/producers -SubContextPathGetPermitPublisher=/topics/org.onap.dmaap.messagerouter.msgrtr.app.dmaap.mr.sharjeel/producers/rk229m@csp.att.com -SubContextPathGetConsumer=/topics/org.onap.dmaap.messagerouter.msgrtr.app.dmaap.mr.sharjeel/consumers +SubContextPathGetPublisher=/topics/com.att.app.dmaap.mr.sharjeel/producers +SubContextPathGetPermitPublisher=/topics/com.att.app.dmaap.mr.sharjeel/producers/rk229m@csp.att.com +SubContextPathGetConsumer=/topics/com.att.app.dmaap.mr.sharjeel/consumers SubContextPathCreateTopic=/topics/create -SubContextPathGetPermitConsumer=/topics/org.onap.dmaap.messagerouter.msgrtr.app.dmaap.mr.sharjeel/consumers/rk229m@att.com -newTopic=org.onap.dmaap.messagerouter.msgrtr.dmaap.mr.junittestingtopic +SubContextPathGetPermitConsumer=/topics/com.att.app.dmaap.mr.sharjeel/consumers/rk229m@att.com +newTopic=com.att.dmaap.mr.junittestingtopic topicDescription=new topic creation partition=1 replication=1 txenabled=true -deleteTopic=org.onap.dmaap.messagerouter.msgrtr.dmaap.mr.deleteTopic +deleteTopic=com.att.dmaap.mr.deleteTopic #Admin diff --git a/src/main/resources/endpoint.properties b/src/main/resources/endpoint.properties index f1ab131..34e222f 100644 --- a/src/main/resources/endpoint.properties +++ b/src/main/resources/endpoint.properties @@ -22,7 +22,7 @@ Latitude =37.66 Longitude =-122.096839 Version =1.0.0 -ServiceName =org.onap.dmaap.messagerouter.msgrtr.acsi.saat.dt.dmaap.dev.demo1 +ServiceName =com.att.acsi.saat.dt.dmaap.dev.demo1 Environment =DEV RouteOffer =LA HostName =hltd436.hydc.sbc.com diff --git a/src/main/resources/routes.conf b/src/main/resources/routes.conf index 14c4f56..ccaa94d 100644 --- a/src/main/resources/routes.conf +++ b/src/main/resources/routes.conf @@ -1,4 +1,4 @@ -package org.onap.dmaap.messagerouter.msgrtr.nsa.cambria.endpoints +package com.att.nsa.cambria.endpoints # # We need to deprecate the original non-versioned paths and use /v1/ for them. |