diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-14 09:22:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:22:15 +0000 |
commit | 09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch) | |
tree | 6625d3e9ac31600d86bf54a50e75dba61cc2c82a /common/src/main/resources/dmaap/default-publisher.properties | |
parent | a56de0e221751debd038aca5b6d20d8f9325d294 (diff) | |
parent | 38f720752af4d4aad8c4e467a288d9048659f688 (diff) |
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'common/src/main/resources/dmaap/default-publisher.properties')
-rw-r--r-- | common/src/main/resources/dmaap/default-publisher.properties | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/common/src/main/resources/dmaap/default-publisher.properties b/common/src/main/resources/dmaap/default-publisher.properties new file mode 100644 index 0000000000..af1b481165 --- /dev/null +++ b/common/src/main/resources/dmaap/default-publisher.properties @@ -0,0 +1,28 @@ +TransportType=HTTPAAF +Latitude=47.778998 +Longitude=-122.182883 +Version=1.0 +ServiceName=dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +Environment=TEST +Partner=BOT_R +routeOffer=MR1 +SubContextPath=/events/ +Protocol=http +MethodType=POST +contenttype=application/json +host=http://olsd005.wnsnet.attws.com:3904 +partition=MSO +maxBatchSize=100 +maxAgeMs=250 +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 +AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 +AFT_DME2_EP_READ_TIMEOUT_MS=50000 +sessionstickinessrequired=no +DME2preferredRouterFilePath=src/main/resources/dmaap/empty.txt +MessageSentThreadOccurance=50 + + |