Defining local queues in a service requester

When you use the MQ transport for outbound requests in a service requester, you can specify in the URI for the target Web service that your responses should be returned on a predefined reply queue. If you do so, you must define each reply queue with a QLOCAL object.

If the URI associated with a request does not specify a reply queue, CICS® will use a dynamic queue for the reply.
Optional: To define each QLOCAL object that specifies a predefined reply queue, use the following command.

DEFINE
QLOCAL('reply_queue')
DESCR('description')
BOTHRESH(nnn)

where: