Posted: Tue Mar 15, 2011 7:51 am Post subject: Using namelist on Mainframe
Newbie
Joined: 15 Mar 2011 Posts: 1
Did anyone ever encounter writing to a namelist on the mainframe and it going to all but one queue? I have 5 queues in a namelist, 3 are remote, 2 are local. Putting to the namelist and one local queue is not receiving any messages. We do an MQ inquiry to get the MQ count and use that as the loop. We have the MQ listed in the output so I know we read it but nothing is writing to it.
You have written MQ code using inquire to read the contents of the name list, and then have you written an individual MQPUT for each queue? Or configured an MQPUT that writes to multiple queues at once?
In either case, you will receive individual MQRCs for each queue. So if one queue is not being written to, you will find that there is a bad MQRC for that queue.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum