ibm-messaging / mq-container

Container images for IBM® MQ
Apache License 2.0
255 stars 189 forks source link

default authorizations for DEV.DEAD.LETTER.QUEUE of entity 'app' seems not enough #469

Open rochen opened 3 years ago

rochen commented 3 years ago

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?