diff --git a/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml index 20d17ab1..9870df9f 100644 --- a/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml @@ -1,9 +1,17 @@ config: - customService1: template-1-1.json +- customService2: template-1-1.json customService1: - name: vdlm-rtchandler-SQSRtcTeleXIn - className: com.bmw.cc.ts.rtchandler.bm.message - methodName: handleMessage - returnType: void +- skipDeployment: "true" + +customService2: +- name: vdlm-rtchandler-SQSNgtpRtcHandlerIn +- className: com.bmw.cc.ts.rtchandler.integration.ngtp.v1.boundary +- methodName: sendMessage +- returnType: void - skipDeployment: "true" \ No newline at end of file