clean MR codebase
[dmaap/messagerouter/dmaapclient.git] / src / main / resources / dme2 / consumer.properties
1 ###############################################################################
2 #  ============LICENSE_START=======================================================
3 #  org.onap.dmaap
4 #  ================================================================================
5 #  Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 #  ================================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #  You may obtain a copy of the License at
10 #        http://www.apache.org/licenses/LICENSE-2.0
11 #  
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=========================================================
18 #
19 #  ECOMP is a trademark and service mark of AT&T Intellectual Property.
20 #  
21 ###############################################################################
22 TransportType=DME2
23 Latitude =47.778998
24 Longitude =-122.182883
25 Version =1.0
26 ServiceName =mr/events
27 Environment =TEST
28 Partner=BOT_R
29 routeOffer=MR1
30 SubContextPath =/
31 Protocol =http
32 MethodType =GET
33 username =<uid>
34 password =<password>
35 contenttype =application/json
36 authKey=<auth key>
37 authDate=2016-02-18T13:57:37-0800
38 host=<host>:<port>
39 topic=org.onap.dmaap.mr.preDemo1
40 group=con
41 id=5
42 timeout=15000
43 limit=1000
44 filter=
45 AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteRequestHandler
46 AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteReplyHandler
47 AFT_DME2_REQ_TRACE_ON=true
48 AFT_ENVIRONMENT=AFTUAT
49 AFT_DME2_EP_CONN_TIMEOUT=15000
50 AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000
51 AFT_DME2_EP_READ_TIMEOUT_MS=50000
52 sessionstickinessrequired=NO
53 DME2preferredRouterFilePath=/src/main/resources/dme2/preferredRoute.txt
54
55