Author |
Message |
Topic: Can I peek at a message on a queue? |
IanB
Replies: 13 Views: 9689
|
Forum: IBM MQ API Support Posted: Fri Oct 20, 2006 3:39 am Subject: Re: Can I peek at a message on a queue? |
Yep still a total noob, and I eschewed the normal baby steps for a head
first full on charge down hill screaming "GAARRR" all the way
Apologies to Roger L I hadn't realised, but t ... |
Topic: Can I peek at a message on a queue? |
IanB
Replies: 13 Views: 9689
|
Forum: IBM MQ API Support Posted: Fri Oct 20, 2006 2:40 am Subject: Can I peek at a message on a queue? |
Just stumbled over this:
[url=http://www.capitalware.biz/mqseries.html]A load of MQ resources
Haven't dug too deep yet, but looks like an interesting resource  |
Topic: Can I peek at a message on a queue? |
IanB
Replies: 13 Views: 9689
|
Forum: IBM MQ API Support Posted: Fri Oct 20, 2006 2:35 am Subject: Can I peek at a message on a queue? |
You mean like the BROWSE functionality offered by the API, that sort of thing?
What did you read and where?
Not sure, I've been reading so much MQ stuff over the last week it all sort of bl ... |
Topic: Can I peek at a message on a queue? |
IanB
Replies: 13 Views: 9689
|
Forum: IBM MQ API Support Posted: Fri Oct 20, 2006 2:29 am Subject: Can I peek at a message on a queue? |
Is it possible to read a message from a queue without removing it from the queue? I know through the admin utility you can view messages on a queue and view them, so it must be possible, but I recall ... |
Topic: V6 or V5.3 PCF attributes |
IanB
Replies: 3 Views: 3579
|
Forum: IBM MQ API Support Posted: Wed Oct 18, 2006 7:05 am Subject: V6 or V5.3 PCF attributes |
Message Age is only in v6.
And here's the v5.3 Library http://www-306.ibm.com/software/integration/wmq/library/library53.html
And the v5.3 PCF manual - http://publibfp.boulder.ibm.com/epubs/html ... |
Topic: V6 or V5.3 PCF attributes |
IanB
Replies: 3 Views: 3579
|
Forum: IBM MQ API Support Posted: Wed Oct 18, 2006 6:23 am Subject: V6 or V5.3 PCF attributes |
We use v5.3 and I think I've found out why the dotnet PCF support was giving me gip.
Now I've got the queue status thing running I thought I'd start pulling out useful stats. If I pass it an attribut ... |
Topic: # of messages in a Queue (C# of VB.NET) |
IanB
Replies: 5 Views: 10854
|
Forum: IBM MQ API Support Posted: Wed Oct 18, 2006 2:13 am Subject: # of messages in a Queue (C# of VB.NET) |
Thanks for responding... I browsed the IBM.WMQ.PCF / WMQ and WMQAX objects. I was hoping to see something in WMQ.PCF. I so not see anything in there that I can work against to monitor the queue.
... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 8:21 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
SUCCESS!
I think I've got a handle on the way it all works now. For your reference here's my complete prototype. It's not production code, but fairly clean.
To make it work you will need to inc ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 6:33 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Progress ahoy. I had misused an MQCFIL which is why the attr list wasn't working. I now get variable length messages  |
Topic: Alternative to programmatic access to PCF or MQAI |
IanB
Replies: 6 Views: 5287
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 5:09 am Subject: Alternative to programmatic access to PCF or MQAI |
We have traps down for the BAs
So have we, and that has nothing to do with fruit of any kind.
Right now a third party solution is looking mighty tempting
May I draw you ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 4:00 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Bit of a schoolboy error there if you'll forgive the observation....
Yes, but for someone who started out with the ever classic "I'm new to MQ", he's doing very well.
I was attempting ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 3:20 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Bit of a schoolboy error there if you'll forgive the observation....
Yes, but for someone who started out with the ever classic "I'm new to MQ", he's doing very well.
Forgiven It's ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 2:53 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Odd - I'd be inclined to extend the wait interval on the get. Sounds like something in the darkness is taking a while to commit the messages!
You certainly shouldn't need to disconnect.
Fix ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 2:32 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Connect
Get one message
Disconnect
repeat until Queue is empty. Is that accurate? Why do I need to go through the disconnect reconnect overhead?
I don't know - why do you need to go through ... |
Topic: PCF - MQCMD_INQUIRE_Q_STATUS issue |
IanB
Replies: 50 Views: 40188
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 1:41 am Subject: PCF - MQCMD_INQUIRE_Q_STATUS issue |
Good morning.
Things are looking better. The request is going out, and I'm getting results, but:
When I filter to * it seems I have to :
Connect
Get one message
Disconnect
repeat until Queue is ... |