I have a problem in using Model Queue on MF side. I have created Model Queue(MFMODEL) at MF side and using this queue in my Cobol-MQ program for reading the Queue contents dynamically. Here, I’m not sure how to proceed further because at Windows side I have to specify the Local queue name of MF in Remote Queue Definition but I can’t use the queue that was defined in windows remote definition since I’ll be using MODELQ as MQOD-OBJECTNAME in MQOPEN Para.
So can anyone suggest me what to do for reading the data from queue using MODELQ ?