This commit is contained in:
2024-10-20 21:45:16 +02:00
parent 730de588fd
commit 33312b7d48
14 changed files with 2254 additions and 4 deletions

17
mqsc/channels.mqsc Normal file
View File

@@ -0,0 +1,17 @@
DEFINE CHANNEL('SVRCONN.CHANNEL') +
CHLTYPE(SVRCONN) +
TRPTYPE(TCP) +
MCAUSER('mqm') +
REPLACE
DEFINE CHANNEL('SENDER.CHANNEL') +
CHLTYPE(SDR) +
TRPTYPE(TCP) +
CONNAME('target.host(1414)') +
XMITQ('TRANSMIT.QUEUE') +
REPLACE
DEFINE CHANNEL('RECEIVER.CHANNEL') +
CHLTYPE(RCVR) +
TRPTYPE(TCP) +
REPLACE