R115 – BOTHRESH and BOQNAME should be defined (MQ)

BOTHRESH and BOQNAME should be defined (MQ)

Queue should have a backout queue and backout threshold defined to allow better recovery and trouble shooting. Otherwise all messages will go to the DLQ, which restricts the ability to automatically reprocess messages.

DEFINE QLOCAL (‘Valid.queue.name’)
MAXDEPTH(999999999)
DESCR (‘valid description’)
BOTHRESH (10)
LIKE (‘Local.template’)
BOQNAME (‘Valid.queue.name.bak’)
DEFPSIST(Yes)
MSGDLVSQ(FIFO) REPLACE