Author |
Message
|
mqcurious |
Posted: Mon Dec 24, 2001 3:16 am Post subject: |
|
|
Newbie
Joined: 23 Dec 2001 Posts: 3
|
Does anyone has an idead as to how to know which application is using the queue if the queue has been opened ? |
|
Back to top |
|
 |
kolban |
Posted: Tue Dec 25, 2001 12:31 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
This is one of those "wish-list" items. Unfortunately there is no way in the current Unix/Windows versions of MQ. |
|
Back to top |
|
 |
mq_tyro |
Posted: Wed Jul 10, 2002 5:40 am Post subject: |
|
|
Novice
Joined: 10 Jul 2002 Posts: 19 Location: Mumbai
|
I gues you can find the number of applications who have opened the queue. Use DISPLAY QLOCAL and IPPROCS & OPPROCS would tell the you the number.
Thanks... _________________ IBM Certified MQSeries Specialist |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Wed Jul 10, 2002 10:24 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
With 5.3 distributed you can view qstatus. This will tell you the application name, process id, thread id, user id etc... that has the queue open.
On z/OS it's been available since 5.2.
Hope this helps.
Steve |
|
Back to top |
|
 |
bduncan |
Posted: Wed Jul 10, 2002 1:21 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Wow.. I really need to check out 5.3. That sounds like a very useful functionality! _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
|