Author |
Message |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Sun Jan 01, 2012 7:14 am Subject: Counting messages as they arrive into a queue |
Bruce,
All great suggestions the ones you are giving me. I will investigate them.
Thanks again |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Sat Dec 31, 2011 3:59 pm Subject: Counting messages as they arrive into a queue |
Bruce,
I know we are not the first or last to walk this path. I also know that those tools you mentioned and others can get the info I'm looking for. I just thought that perhaps I could write a sim ... |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Sat Dec 31, 2011 3:15 pm Subject: Counting messages as they arrive into a queue |
Victor and Bruce,
Let me explain you what's going on:
We have a relatively small WMQ installation at the largest law enforcement agency in the country. They recently started using WMQ V7 and cur ... |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Sat Dec 31, 2011 4:31 am Subject: Counting messages as they arrive into a queue |
There must be some kind of counter kept by the receiving server, maintained by the queue manager, which gets incremented as msgs arrive. I just can't find it!
Any help is greatly appreciated, as u ... |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Fri Dec 30, 2011 8:44 am Subject: Counting messages as they arrive into a queue |
This is my current WMQ Version
dspmqver
Name: WebSphere MQ
Version: 7.0.1.3
CMVC level: p701-103-100813
BuildType: IKAP - (Production)
Regards, |
Topic: Counting messages as they arrive into a queue |
themqstudent
Replies: 12 Views: 13571
|
Forum: IBM MQ API Support Posted: Tue Dec 27, 2011 9:41 am Subject: Counting messages as they arrive into a queue |
Hello Team,
I was wondering if there is an easy way to count messages as the arrive to a queue.
I need to do it as they arrive because messages on my queues get consumed immediately as they arrive ... |
Topic: Looking for tutorial for PUBLISHER/SUBSCRIBER WMQ V7 |
themqstudent
Replies: 5 Views: 7512
|
Forum: IBM MQ API Support Posted: Mon Oct 03, 2011 7:42 am Subject: Looking for tutorial for PUBLISHER/SUBSCRIBER WMQ V7 |
All the information listed/suggested I already had.
I was looking kind of a V7 tutorial. For example, the 1997 tutorial for this subject talks about starting the broker via strmqbkr. V7 doc states th ... |
Topic: Looking for tutorial for PUBLISHER/SUBSCRIBER WMQ V7 |
themqstudent
Replies: 5 Views: 7512
|
Forum: IBM MQ API Support Posted: Sun Oct 02, 2011 9:51 am Subject: Looking for tutorial for PUBLISHER/SUBSCRIBER WMQ V7 |
Hello team,
I was wondering if anyone knows of a WMQ v7 PUBLISHER/SUBSCRIBER tutorial. I found one from 1997 via google search, but V7 docs states that many functions have changed, which is expecte ... |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Tue Sep 27, 2011 4:05 am Subject: Return Code when attempting PUT on a full queue |
Well my Jedi Master, please forgive my ignorance. As my ID (themqstudent) sublimely implies, I am an MQ neophyte. That said, however, the facts are the facts and the only thing I changed was that fiel ... |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Mon Sep 26, 2011 7:15 am Subject: Return Code when attempting PUT on a full queue |
OK Team, problem Solved!
We tested the program on other queues under the same conditions/constrains of the queues in questions here. The outcome was good. The program worked.
I then proceeded to ... |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Fri Sep 16, 2011 11:17 am Subject: Return Code when attempting PUT on a full queue |
One separate MQPUT is done for each queue.
Yes, we can see the depth of the queue increase as we PUT msgs in it. We can also consume (GET) those mesgs.
100% sure both queues are local and so is ... |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Fri Sep 16, 2011 10:33 am Subject: Return Code when attempting PUT on a full queue |
Both queues are local queues, under the realm of the same queue manager.
And the C program is running also locally on the same server.
So, everything is local on same server.
Thank you |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Fri Sep 16, 2011 8:00 am Subject: Return Code when attempting PUT on a full queue |
I'm sorry guys, I confused the issue. I spoke to the programmer and he told me that he IS getting a MQRC_NONE, which I guess translate to 0.
But the point is, if the PUT failed, and I can see that ... |
Topic: Return Code when attempting PUT on a full queue |
themqstudent
Replies: 20 Views: 17681
|
Forum: IBM MQ API Support Posted: Thu Sep 15, 2011 12:23 pm Subject: Return Code when attempting PUT on a full queue |
Hello Team,
Is there anyway to get a return code from WMQ when a PUT operation is attempted and the queue is full?
We have a program that GETs messages of a queue and propagates (replicates) the ... |
Topic: How to repilcate messages from one queue to other queues |
themqstudent
Replies: 7 Views: 10321
|
Forum: IBM MQ API Support Posted: Fri Aug 26, 2011 1:08 pm Subject: Re: How to repilcate messages from one queue to other queues |
I will try to reply in the same order as I received each post to my question.
But first, I want to thanks everyone for your help.
To: mqjeff
I have not taken any WMQ training other than reading a ... |