diff --git a/BMW-Dynatrace-config/CD_VDLM_tsrd/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_tsrd/custom-service-java/custom-service-java.yaml index 8027a3d8..2b8addd9 100644 --- a/BMW-Dynatrace-config/CD_VDLM_tsrd/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_tsrd/custom-service-java/custom-service-java.yaml @@ -3,6 +3,8 @@ config: - customService2: template-1-1.json - customService3: template-1-1.json - customService4: template-2-1.json +- customService5: template-1-1.json +- customService6: template-1-1.json customService1: - name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT" @@ -42,3 +44,17 @@ customService3: - methodArgs2: javax.ejb.Timer - returnType2: void - skipDeployment: "false" + +customService5: +- name: "ifs-009 (SQS) QuitDiagnosisMessage - IN" +- className1: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.DiagServiceSqsListener +- methodName1: processMessage +- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message +- returnType1: void + +customService6: +- name: "(SQS) CallTopic - OUT" +- className1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallTopicNotificationESI +- methodName1: publishNotification +- methodArgs1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO +- returnType1: void