Is there a programmatic access to WMQ OAM? Looks like OAM stores information about access control in system.auth.data.queue. Is there a java API to access the contents?
Is there a way to use PCF command to inquire about a user's OAM authorization to get and put to a queue. I tried passing MQCACF_USER_IDENTIFIER parameter to MQCMD_INQUIRE_Q command. But it throws exce ...