Page 1 of 1

Local Queue vs Remote Queue in MQ Series.

Posted: Mon Sep 28, 2015 12:17 pm
by Dipak Shrivastava
Hi,

From a COBOL program, can we know whether a queue it's accessing is a Local or Remote Queue? Is there any command that can be used to identify this? Any help is appreciated.

Re: Local Queue vs Remote Queue in MQ Series.

Posted: Thu Oct 01, 2015 1:59 pm
by Anuj Dhawan
From a search - Queues can exist either in your local system ,if so they are called local queues. If they exist at another queue manager they are called remote queues. When your application connects to a queue manager, you can then do GETs from and PUTs to a local queue. For remote queue, you can only PUT to this.

Hope this helps.

Re: Local Queue vs Remote Queue in MQ Series.

Posted: Thu Oct 01, 2015 4:47 pm
by zprogrammer
Hi

You might need to check on MQINQ ..

Regards,
Prem