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