Author |
Message |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Mon Oct 10, 2011 6:12 am Subject: PERL MQ read queue |
Thanks mqjeff.
Yes, I figured out what was the problem.
Apparently, I was looking everywhere in the documentation for the read example, but was looking in the wrong module (QueueManager).
Loo ... |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Mon Oct 10, 2011 6:01 am Subject: PERL MQ read queue |
Thanks guys, really appreciate your time and help.
Sorry all these are new to me, just getting a hang of how things work from both MQSeries and PERL side. I will test the completed code and make su ... |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Mon Oct 10, 2011 4:20 am Subject: PERL MQ read queue |
Hi zpat/bruce,
Yes, I was thinking of utilizing a do loop but have no clue what condition to give inside. I have no knowledge of MQSeries so was at a dead-end.
Now that you have informed me that ... |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Mon Oct 10, 2011 3:03 am Subject: PERL MQ read queue |
Hi,
Thank you for that.
Since the queue read results in only one message being read everytime, can anyone please help with providing a means by which I can achieve the following -
while (queu ... |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Wed Oct 05, 2011 6:08 am Subject: PERL MQ read queue |
Thanks for the quick reply.
4. If each get only ever returns one message, how do I know when the queue is empty? Intention is to read ALL messages on the queue one by one and process it to a file. ... |
Topic: PERL MQ read queue |
mcdonald
Replies: 13 Views: 25518
|
Forum: IBM MQ API Support Posted: Wed Oct 05, 2011 5:56 am Subject: PERL MQ read queue |
Hi All,
I have been tasked with reading the messages present in the MQ queue, using PERL.
I have no knowledge of MQ series or its APIs but have basic understanding of PERL.
Based on my resear ... |