MQS ts-bcallhandler
parent
16c45dd5f0
commit
6c42432676
|
|
@ -1,5 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-2-1.json
|
- customService1: template-2-1.json
|
||||||
|
- customService2: template-2-1.json
|
||||||
|
- customService3: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-001 (SQS) BCallIn/Out - IN/OUT"
|
- name: "ifs-001 (SQS) BCallIn/Out - IN/OUT"
|
||||||
|
|
@ -11,4 +13,24 @@ customService1:
|
||||||
- methodName2: send
|
- methodName2: send
|
||||||
- methodArgs2: java.lang.String,java.util.Map
|
- methodArgs2: java.lang.String,java.util.Map
|
||||||
- returnType2: void
|
- returnType2: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService2:
|
||||||
|
- name: ifs-005 (MQS) BCallHandlerIstaIn/Out - IN/OUT
|
||||||
|
- className1: com.bmw.cc.tsbcallhandler.integration.jms.boundary.IstaTsNextJmsESI
|
||||||
|
- methodName1: onMessage
|
||||||
|
- returnType1: void
|
||||||
|
- methodArgs1: java.lang.String
|
||||||
|
- className2: com.bmw.cc.tsbcallhandler.integration.jms.boundary.IstaTsNextJmsESI
|
||||||
|
- methodName2: send
|
||||||
|
- returnType2: void
|
||||||
|
- methodArgs2: java.lang.String
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService3:
|
||||||
|
- name: (MQS) CallTopic - OUT
|
||||||
|
- className: com.bmw.cc.tsbcallhandler.integration.jms.boundary.CallTopicJmsESI
|
||||||
|
- methodName: send
|
||||||
|
- returnType: void
|
||||||
|
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.tscs.enums.CallType,com.bmw.cc.tsbcallhandler.bm.entity.BCall
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
Loading…
Reference in New Issue