TemporaryQueue Name fails security check
Is there any way to specify the prefix (first part) of the name of a queue created by CreateTemporaryQueue? This can be done with base MQSeries, and is ESSENTIAL when using the temporary queue as a ReplyTo queue, if sending the request message to an MQ program on S/390. Security checks (eg by RACF) will prevent the server program writing to the ReplyTo queue unless the user has been granted access to the queue name (specified using wild card, eg ABCD.EFG.*). The queue names generated by CreateTemporaryQueue are AMQ.* (on my system), and it is against our RACF security policy to give access to queues AMQ.*.

