You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: