From bba5586037353337cbbe575bf1ca6586ab56efcd Mon Sep 17 00:00:00 2001 From: Bernd Brandl Date: Tue, 14 Jun 2022 08:25:49 +0200 Subject: [PATCH] added tssb-bt sqs --- .../custom-service-java.yaml | 27 ++++++++++++++++--- .../custom-service-java/template-1-1.json | 2 +- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/custom-service-java.yaml index 25f8a028..cc7f76f7 100644 --- a/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/custom-service-java.yaml @@ -1,9 +1,28 @@ config: - customService1: template-1-1.json +- customService2: template-1-1.json +- customService3: template-1-1.json customService1: -- name: myJOYNRService -- className: com.bmw.cc.conn.this.is.just.an.exampleClasss -- methodName: exampleJoynrMethod +- name: "ifs-015 (SQS) AppointmentInformation - IN" +- className: com.bmw.tssb.tickets.client.appointmentinformation.AppointmentInformationMF +- methodName: processMessage +- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message - returnType: void -- skipDeployment: "true" \ No newline at end of file +- skipDeployment: "false" + +customService2: +- name: "ifs-013 (SQS) ServiceNotificationDealer - IN" +- className: com.bmw.tssb.tickets.client.servicenotification.DealerServiceNotificationMF +- methodName: processMessage +- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message +- returnType: void +- skipDeployment: "false" + +customService3: +- name: "ifs-014 (SQS) ServiceNotificationThirdParty - IN" +- className: com.bmw.tssb.tickets.client.servicenotification.ThirdPartyServiceNotificationMF +- methodName: processMessage +- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message +- returnType: void +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/template-1-1.json b/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/template-1-1.json index b3003515..ebe95097 100644 --- a/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/template-1-1.json +++ b/BMW-Dynatrace-config/CD_VDLM_tssb-bt/custom-service-java/template-1-1.json @@ -13,7 +13,7 @@ "matcher": "EQUALS", "methodRules": [ { - "argumentTypes": [], + "argumentTypes": ["{{.methodArgs}}"], "methodName": "{{.methodName}}", "returnType": "{{.returnType}}" }