Local Queue vs Remote Queue in MQ Series.

Customer Information Control System. Middleware and MQ Series.
Post Reply
Dipak Shrivastava
New Member
Posts: 1
Joined: Thu Aug 14, 2014 11:26 am

Local Queue vs Remote Queue in MQ Series.

Post 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.
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Local Queue vs Remote Queue in MQ Series.

Post 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.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: Local Queue vs Remote Queue in MQ Series.

Post by zprogrammer »

Hi

You might need to check on MQINQ ..

Regards,
Prem
zprogrammer
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “CICS, Middleware and MQ Series.”