Files
mq-docker-test/mqsc/qlocals.mqsc
2024-10-20 21:45:16 +02:00

7 lines
161 B
Plaintext

DEFINE QLOCAL('LOCAL.QUEUE1') +
REPLACE +
DESCR('A local queue example') +
MAXDEPTH(5000) +
MAXMSGL(10485760) +
DEFPSIST(YES)