diff options
Diffstat (limited to 'src/main/resources/dme2/producer.properties')
-rw-r--r-- | src/main/resources/dme2/producer.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/dme2/producer.properties b/src/main/resources/dme2/producer.properties index 49d3117..b3c3630 100644 --- a/src/main/resources/dme2/producer.properties +++ b/src/main/resources/dme2/producer.properties @@ -37,13 +37,13 @@ contenttype = application/json authKey=<auth key> authDate=2016-07-20T11:30:56-0700 host=<host>:<port> -topic=org.onap.dmaap.messagerouter.dmaapclient.ecomp_test.crm.preDemo1 +topic=com.att.ecomp_test.crm.preDemo1 #host=uebsb91bodc.it.att.com:3904 partition=1 maxBatchSize=100 maxAgeMs=250 -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteReplyHandler +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true AFT_ENVIRONMENT=AFTUAT AFT_DME2_EP_CONN_TIMEOUT=15000 |