ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Processess accessing queues

Post new topic  Reply to topic
 Processess accessing queues « View previous topic :: View next topic » 
Author Message
santy
PostPosted: Wed Jan 28, 2009 2:37 am    Post subject: Processess accessing queues Reply with quote

Centurion

Joined: 03 Nov 2006
Posts: 141

Hi,

I have created one queue in UNIX and multiple applications are accessing that queue.

I saw that through OPPROCS and IPPROCS parameter of queue.

Is it possible to check through command, which applications are accessing that queue ?

Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 28, 2009 2:39 am    Post subject: Re: Processess accessing queues Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

santy wrote:
Is it possible to check through command, which applications are accessing that queue ?


The DISPLAY command will show you the pids of the applications.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Sam Uppu
PostPosted: Wed Jan 28, 2009 8:18 am    Post subject: Re: Processess accessing queues Reply with quote

Yatiri

Joined: 11 Nov 2008
Posts: 610

santy wrote:
Hi,

I have created one queue in UNIX and multiple applications are accessing that queue.

I saw that through OPPROCS and IPPROCS parameter of queue.

Is it possible to check through command, which applications are accessing that queue ?

Thanks


DISPLAY QSTATUS(QName) will give you the number of threads opened that particular queue for reading or writing msgs.

IPPROCS - will tell you how many threads are pulling(reading) the msgs from that queue.

OPPROCS - will tell you how many threads are writing the msgs onto that queue.

If you want to know which PIDs are reading/ writing msgs to that particular queue, you can use the below command:

DISPLAY QSTATUS(QName) TYPE(HANDLE) ALL

you can look for the PID and grep for that PID to know which application is using that queue. You need to look for the APPLTYPE(USER) and not the APPLTYPE(SYSTEM) .
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Processess accessing queues
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.