forked from ibm-messaging/mq-dev-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccdt.json
42 lines (42 loc) · 998 Bytes
/
ccdt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"channel": [{
"name": "DEV.APP.SVRCONN",
"clientConnection": {
"connection": [{
"host": "127.0.0.1",
"port": 1414
},{
"host": "127.0.0.1",
"port": 1416
}],
"queueManager": "QMGroupA"
},
"type": "clientConnection"
},{
"name": "DEV.APP.SVRCONN",
"clientConnection": {
"connection": [{
"host": "127.0.0.1",
"port": 1416
},{
"host": "127.0.0.1",
"port": 1414
}],
"queueManager": "QMGroupB"
},
"type": "clientConnection"
},{
"name": "DEV.APP.SVRCONN",
"clientConnection": {
"connection": [{
"host": "127.0.0.1",
"port": 1415
}],
"queueManager": "QM1TLS"
},
"transmissionSecurity": {
"cipherSpecification" : "TLS_RSA_WITH_AES_128_CBC_SHA256"
},
"type": "clientConnection"
}]
}