added ts-asc (SQS) CallTopic - OUT

rtchandler_fix
Bernd Brandl 2022-06-17 12:57:32 +02:00
parent 278fbe4735
commit df57e5e4f1
1 changed files with 12 additions and 3 deletions

View File

@ -2,9 +2,10 @@ config:
- customService1: template-2-2-without-methodargs.json
- customService2: template-2-1.json
- customService3: template-1-1.json
- customService4: template-1-1.json
customService1:
- name: (Timer) deletion/timeout
- name: "(Timer) deletion/timeout"
- className1: com.bmw.cc.asc.bm.boundary.TimerBF
- methodName1: executeDeletionJob
- returnType1: void
@ -14,7 +15,7 @@ customService1:
- skipDeployment: "false"
customService2:
- name: ifs-001 (SQS) AscIn/Out - IN/OUT
- name: "ifs-001 (SQS) AscIn/Out - IN/OUT"
- className1: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsListener
- methodName1: onSqsMessage
- returnType1: void
@ -26,9 +27,17 @@ customService2:
- skipDeployment: "false"
customService3:
- name: (MQS) CallTopic - OUT
- name: "(MQS) CallTopic - OUT"
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
- methodName: send
- returnType: void
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
- skipDeployment: "false"
customService4:
- name: "(SQS) CallTopic - OUT"
- className: com.bmw.cc.asc.integration.sns.CallTopicSnsESI
- methodName: send
- returnType: void
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
- skipDeployment: "false"