|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
PUT, GET, & TRIGGER Status From PCF Inquire? |
« View previous topic :: View next topic » |
Author |
Message
|
72dolfan |
Posted: Wed May 17, 2006 12:29 pm Post subject: PUT, GET, & TRIGGER Status From PCF Inquire? |
|
|
Acolyte
Joined: 02 May 2006 Posts: 53
|
Hi All,
I've been reading through a lot of doc trying to figure out how to get the PUT, GET, & TRIGGER status of a queue by way of a PCF Command. I would have thought this info would be returned through an Inquire_Q_Status, but from what I've read, it doesn't appear to be the case.
Our Java App is issuing a Inquire_Q_Status to pull back Depth, # of input and output processors, Last_Get_Date, Last_Get_Time, etc... But we also need the PUT, GET, & TRIGGER Status.
Could someone help me out on how to get this info?
Thanks!!!!!!
Bill |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 17, 2006 1:25 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
That would be from Inquire Queue, I think.
You are probably better off buying a monitoring tool than building your own. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
72dolfan |
Posted: Tue Jun 20, 2006 8:45 am Post subject: Buiding PCF Commands to Inquire QStatus and Queue? |
|
|
Acolyte
Joined: 02 May 2006 Posts: 53
|
Thanks for repsonding to my earlier question!!!
I've been reading any and all doc that I've come across but have not found anything that discusses my next question.
Is it possible to build a PCF command that will return info from a Inquire_Q_Status and info from a Inquire_Q combined?
Because I need info like GET_LAST_DATE & TIME which is returned by the Q_Status inquire, and info like PUT_STATUS, GET_STATUS, & TRIGGER_STATUS which is returned from a Inquire_Q, I'm hoping there is a way to combine the two into one command so that the info from each is display together for each queue, rather than having all queues in a qmgr with the Q_Status info, followed by some same queues with the Inquire_Q info.
Thanks!!!!!
Bill |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 20, 2006 9:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Inquire Queue and Inquire Queue Status are two separate commands. You can't build a single request to send them both - unless maybe using the MQAI you can stuff two requests into the same "bag". But PCF commands are less complicated and confusing than the MQAI.
So you'll have to send two requests.
And you might even want to run three, by adding in a Reset Queue Statistics too. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jun 20, 2006 9:16 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I'm pretty sure (okay...99.99%) that you'll need two different pcf commands to do that.....
(Jeff beat me to the answer again, good thing I got the rum last week) _________________ -wayne |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|