diff options
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/dme2/consumer.properties | 2 | ||||
-rw-r--r-- | src/test/resources/dme2/producer.properties | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/test/resources/dme2/consumer.properties b/src/test/resources/dme2/consumer.properties index 34b87fe..08a5908 100644 --- a/src/test/resources/dme2/consumer.properties +++ b/src/test/resources/dme2/consumer.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.dmaap # ================================================================================ -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/test/resources/dme2/producer.properties b/src/test/resources/dme2/producer.properties index 5ea5cfe..d293d43 100644 --- a/src/test/resources/dme2/producer.properties +++ b/src/test/resources/dme2/producer.properties @@ -2,7 +2,9 @@ # ============LICENSE_START======================================================= # org.onap.dmaap # ================================================================================ -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Modifications Copyright © 2021 Orange. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,4 +51,4 @@ AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 AFT_DME2_EP_READ_TIMEOUT_MS=50000 sessionstickinessrequired=NO #DME2preferredRouterFilePath=C:/Users/rn509j/ONAP/dmaapclient/target/classes/dme2/preferredRoute.txt -MessageSentThreadOccurance=50 +MessageSentThreadOccurrence=50 |