Author |
Message
|
balram |
Posted: Tue Aug 02, 2005 11:10 am Post subject: curdepth |
|
|
Newbie
Joined: 02 Aug 2005 Posts: 2
|
how to look for the curdepth on the local queue. any command .......... |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 02, 2005 11:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What have you tried? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Tue Aug 02, 2005 11:35 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
The funny part is that you answered most of the question yourself.
There is a Graphical User Interface delivered with MQ for Windows, and there is a number of free Graphical userinterfaces that support your requirement. Or you open a console prompt against your Queue manager that is running on one of the distributed platforms.
on ISeries you type wrkmqm and 'click' trough.
Or you could write your own little tool. In Java even I can do that (Even though I have to admit that it took me 3 days to figure out how )
Or in easy words:
Use MQ Explorer or runmqsc.
Additionaly, do yourself a favour and read the documentation. It is available on this site, or the IBM homepage.
The System Administration Guide is a good point to start with,
The MQSC command reference should be a MQ Administrators best friend
If you have the possibility, visit the MQ15 class. It is realy good. I visited it myself, and learned a lot. |
|
Back to top |
|
 |
balram |
Posted: Tue Aug 02, 2005 11:35 am Post subject: |
|
|
Newbie
Joined: 02 Aug 2005 Posts: 2
|
jefflowrey wrote: |
What have you tried? |
dis qlocal(queue_name)
Also "dis qlocal(queue_name) curdepth" ??? valid |
|
Back to top |
|
 |
sebastianhirt |
Posted: Tue Aug 02, 2005 11:39 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
Yes, but make sure that if you have different case writting to put the queue name in single quotes.
AbC is not abc. and MQSC will uppercase everything not in quotes |
|
Back to top |
|
 |
PisgahMan |
Posted: Wed Aug 03, 2005 11:46 am Post subject: |
|
|
Voyager
Joined: 27 Jul 2004 Posts: 93
|
runmqsc
then
DISPLAY QLOCAL(FMC.AUDIT.TRAIL.DATAGRAM) CURDEPTH |
|
Back to top |
|
 |
shan.mq |
Posted: Thu Aug 11, 2005 12:57 am Post subject: Re: curdepth |
|
|
 Newbie
Joined: 08 Aug 2005 Posts: 6 Location: Bangalore,India.
|
HI
if you are working unix.
runmqsc QMGRNAME
then type
DISPLAY QLOCAL(queue name)
here you can see current depth
Warm Regards,
Shanmuga Sundaram N. |
|
Back to top |
|
 |
|