MQ Adapter RequestReply service

Is it possible to configure the MQ request/reply adapter service when the request and response messages are queued in two seperate queues managed by two seperate MQ queue managers on two different servers?

Thanks,
Srinivas

Any ideas?

Thanks,
Srinivas

We used the concepts of alias and remote queue. The request/reply service is then configured in a regular manner.
The request queue on the remote server is defined as a remote queue to local queue manager. The response queue is defined as a local queue to the local queue manager. We use alias names to refer to both queues. We then configure the WM connection pool using the local queue manager name.