mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Add default permission to create temporary response queues to principal 'app'

Open danielfedeai opened this issue 2 years ago • 0 comments

The default developer setup works fine to do simple queue publishing and subscribing samples. If I want to do a simple request response example with publishing to queue DEV.QUEUE.1 and create a temp queue for response, this does not work due to missing permission of principal 'app' on channel DEV.APP.SVRCONN.

I needed to run: SET AUTHREC PRINCIPAL('app') OBJTYPE(QUEUE) PROFILE(SYSTEM.DEFAULT.MODEL.QUEUE) AUTHADD(GET,PUT,DSP) to make this work.

Would love to see this permission as part of the default developer configuration.

danielfedeai avatar Nov 08 '23 14:11 danielfedeai