Merge of new rebased code
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / src / main / resources / consumer.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # openECOMP : APP-C
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights
6 #                                               reserved.
7 # ================================================================================
8 # Licensed under the Apache License, Version 2.0 (the "License");
9 # you may not use this file except in compliance with the License.
10 # You may obtain a copy of the License at
11
12 #      http://www.apache.org/licenses/LICENSE-2.0
13
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 # ============LICENSE_END=========================================================
20 ###
21
22 #TransportType-Specify which way user want to use. I.e. <HTTPAAF,DME2,HTTPAUTH  >
23 TransportType=HTTPAAF
24 Latitude =50.000000
25 Longitude =-100.000000
26 Version =1.0
27 ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events
28 Environment =TEST
29 Partner=BOT_R
30 routeOffer=MR1
31 SubContextPath =/
32 Protocol =http
33 MethodType =GET
34 username =admin
35 password =admin
36 contenttype =application/json
37 authKey=01234567890abcde:01234567890abcdefghijklmn
38 authDate=2016-02-18T13:57:37-0800
39 host=127.0.0.1
40 topic=org.openecomp.appc.UNIT-TEST
41 group=jmsgrp
42 id=2
43 timeout=15000
44 limit=1000
45 filter=
46 AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler
47 AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler
48 AFT_DME2_REQ_TRACE_ON=true
49 AFT_ENVIRONMENT=AFTUAT
50 AFT_DME2_EP_CONN_TIMEOUT=15000
51 AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000
52 AFT_DME2_EP_READ_TIMEOUT_MS=50000
53 sessionstickinessrequired=NO
54 DME2preferredRouterFilePath=preferredRoute.txt
55
56
57