use following command to check entity app's permission for DEV.DEAD.LETTER.QUEUE
dspmqaut -t queue -n DEV.DEAD.LETTER.QUEUE -p app
and here are the results:
get / browse / put / inq
then I have problem to put poison message to DEV.DEAD.LETTER.QUEUE because of insufficient authority.
it looks like 'app' does not have following authorizations for DEV.DEAD.LETTER.QUEUE as DEV.QUEUE.1
passid / passall / setid setall
is it possible to fix that to avoid manual operation?
use following command to check entity app's permission for DEV.DEAD.LETTER.QUEUE
dspmqaut -t queue -n DEV.DEAD.LETTER.QUEUE -p app
and here are the results: get / browse / put / inq
then I have problem to put poison message to DEV.DEAD.LETTER.QUEUE because of insufficient authority. it looks like 'app' does not have following authorizations for DEV.DEAD.LETTER.QUEUE as DEV.QUEUE.1 passid / passall / setid setall
is it possible to fix that to avoid manual operation?