Author |
Message
|
kavithadhevi |
Posted: Tue Jun 03, 2003 7:46 am Post subject: WHO HAS THE OPENs ?????? |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
I would like to know how to know which id or which application has the opens again a specific queue, esp on UNIX/AIX, Windows platform.
Is it possible? cos of missing messages and illegal opens against the queue.
I know we can get the # of opens for a specific queue.
Quicker response will really help me out, please. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 03, 2003 8:05 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If you are running MQ5.3 then that is possbile (with queue status). But otherwise there is no way. |
|
Back to top |
|
 |
kavithadhevi |
Posted: Tue Jun 03, 2003 10:17 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Yes i am using MQv 5.3.
I apperciate it , if you could brief me how. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
Keka |
Posted: Tue Jun 03, 2003 12:02 pm Post subject: |
|
|
Voyager
Joined: 28 Dec 2002 Posts: 96
|
The command for that is
runmesc qmgrsname
display qstatus type(Handle) ALL..
Hope this helps.. _________________ Keka |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 03, 2003 12:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I'will give a few examples if it helps
Code: |
dis qstatus(FMCTRIGGER) type(handle) opentype(input) pid
10 : dis qstatus(FMCTRIGGER) type(handle) opentype(input) pid
AMQ8450: Display queue status details.
QUEUE(FMCTRIGGER) PID(3428)
dis qstatus(FMCTRIGGER) type(handle) opentype(input) appltag
11 : dis qstatus(FMCTRIGGER) type(handle) opentype(input) appltag
AMQ8450: Display queue status details.
QUEUE(FMCTRIGGER)
APPLTAG(ebSphere MQ\bin\RUNMQTRM.exe)
dis qstatus(FMCTRIGGER) type(handle) opentype(input) appltype
12 : dis qstatus(FMCTRIGGER) type(handle) opentype(input) appltype
AMQ8450: Display queue status details.
QUEUE(FMCTRIGGER) APPLTYPE(SYSTEM)
dis qstatus(FMCTRIGGER) type(handle) opentype(input) userid
13 : dis qstatus(FMCTRIGGER) type(handle) opentype(input) userid
AMQ8450: Display queue status details.
QUEUE(FMCTRIGGER) USERID(MUSR_MQADMIN@MAGGARI) |
Code: |
14 : dis qstatus(FMCTRIGGER) type(handle) opentype(input) all
AMQ8450: Display queue status details.
QUEUE(FMCTRIGGER) PID(3428)
APPLTAG(ebSphere MQ\bin\RUNMQTRM.exe) TID(1)
APPLTYPE(SYSTEM) CHANNEL()
CONNAME() BROWSE(NO)
INPUT(SHARED) INQUIRE(NO)
OUTPUT(NO) SET(NO)
USERID(MUSR_MQADMIN@MAGGARI) |
-------
Venny |
|
Back to top |
|
 |
kavithadhevi |
Posted: Tue Jun 03, 2003 12:29 pm Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Thanks a lot, That helps me a lot...  _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
|