Skip to content

Instantly share code, notes, and snippets.

@oluies
Created March 12, 2015 12:50
Show Gist options
  • Save oluies/a0e537414b9fdbc0db6f to your computer and use it in GitHub Desktop.
Save oluies/a0e537414b9fdbc0db6f to your computer and use it in GitHub Desktop.
runmqdlq
* forward messagges to new Qmanager
inputqm('QM') inputq('DLQ')
DESTQ(QINMESSAGES) ACTION(FWD) fwdq(TOQ) fwdqm('TOQM') header(no)
*
inputqm('QM') inputq('DLQ')
DESTQM(QMINMESSAGES) ACTION(FWD) fwdq(&DESTQ) fwdqm('TOQM') header(no)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment