diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/custom-service-java.yaml index 25f8a028..63903acb 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/custom-service-java.yaml @@ -2,8 +2,9 @@ config: - customService1: template-1-1.json customService1: -- name: myJOYNRService -- className: com.bmw.cc.conn.this.is.just.an.exampleClasss -- methodName: exampleJoynrMethod +- name: "ifs-002 (SQS) TsSdiCallTopic - IN" +- className: com.bmw.cc.servicedemandidentifier.api.calltopic.boundary.CallTopicSqsListener +- methodName: onSqsMessage - returnType: void -- skipDeployment: "true" \ No newline at end of file +- methodArgs: java.lang.String","java.util.Map +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/template-1-1.json b/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/template-1-1.json index b3003515..ebe95097 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/template-1-1.json +++ b/BMW-Dynatrace-config/CD_VDLM_ts-sdi/custom-service-java/template-1-1.json @@ -13,7 +13,7 @@ "matcher": "EQUALS", "methodRules": [ { - "argumentTypes": [], + "argumentTypes": ["{{.methodArgs}}"], "methodName": "{{.methodName}}", "returnType": "{{.returnType}}" }