From 6a6d3afd489ea3b8945f1cdd8a8a74afdcc5221a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 10 Oct 2019 15:34:00 -0700 Subject: Dmaap micro service jar Creating a service running in a standalone jar to handle the publishing and recieving of dmaap messages for appc. Dmaap adapter and event listener code is copeid from the main appc project. It will be moved in a later commit. Change-Id: I3fa7b5dc60345f0f38f763a243150b8472f985ac Signed-off-by: Patrick Brady Issue-ID: APPC-1744 --- .../src/main/resources/preferredRoute.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/preferredRoute.txt (limited to 'services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/preferredRoute.txt') diff --git a/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/preferredRoute.txt b/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/preferredRoute.txt new file mode 100644 index 000000000..7e6ed8bdf --- /dev/null +++ b/services/appc-dmaap-service/appc-dmaap-adapter-bundle/src/main/resources/preferredRoute.txt @@ -0,0 +1,22 @@ +# ============LICENSE_START========================================== +# ONAP : APPC +# =================================================================== +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# =================================================================== +# +# Unless otherwise specified, all software contained herein is licensed +# under the Apache License, Version 2.0 (the License); +# you may not use this software except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# ============LICENSE_END============================================ +preferredRouteKey=MR1 -- cgit 1.2.3-korg