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 » Messaging and Integration Technologies FAQ » clearing queues that have IPPROCs or OPPROCs

Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next
 clearing queues that have IPPROCs or OPPROCs « View previous topic :: View next topic » 
Author Message
Gerry K
PostPosted: Fri Apr 04, 2003 8:48 am    Post subject: Reply with quote

Newbie

Joined: 04 Apr 2003
Posts: 1
Location: Ireland

Is it possible to identify the Process ID or Application which may be responsible for holding a queue open in an input state?

Sometimes, particularily in a development environment when different developers may be sharing the same queues, it would be useful to be able to target the rogue process.

Any pointers would be appreciated.

Gerry K.
Back to top
View user's profile Send private message
bduncan
PostPosted: Fri Apr 25, 2003 5:43 pm    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

As far as I know, it is only possible to determine "who" has an IPPROC or OPPROC in MQSeries v5.3. Previous versions will only tell you how many applications have a handle on a queue, not the identity of them. I believe if you do a search on this site for "5.3 ipproc" or some such thing you'll find a post which explains exactly how to obtain this information from a 5.3 queue manager...
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
kavithadhevi
PostPosted: Thu Jul 31, 2003 7:06 am    Post subject: Reply with quote

Master

Joined: 14 May 2002
Posts: 201
Location: USA

These are good and useful postings here. I am very impressed.
I would like to try out "Q" Program. Can anyone point me in the right direction as where i could find.
_________________
Thanks in Advance.

Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vennela
PostPosted: Thu Jul 31, 2003 7:20 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

It's support pac "MA01 MQSeries Q program ".

http://www-3.ibm.com/software/integration/support/supportpacs/category.html#cat1
Back to top
View user's profile Send private message Send e-mail Visit poster's website
itsravi
PostPosted: Sun Apr 10, 2005 8:26 pm    Post subject: command to get the process id which is accessing the queue Reply with quote

Newbie

Joined: 28 Jan 2005
Posts: 3
Location: Bangalore, INDIA

Hi,
This is the command to get the process id which is accessing the queue.

dis qstatus(local queue name) type(handle) all

Check for the PID field in the result.

Thanks,
Ravi
Back to top
View user's profile Send private message Yahoo Messenger
sasmita10
PostPosted: Thu Jul 07, 2005 7:46 am    Post subject: Purge the queue Reply with quote

Novice

Joined: 23 Feb 2005
Posts: 24
Location: Danbury, CT

Hi
I am using RFHUtility to purge the queue. It comes in IH03 support pac.
This is really very usefull tool.

Thanks

Sasmita
Back to top
View user's profile Send private message Yahoo Messenger
vinodsasidharan
PostPosted: Thu Jul 14, 2005 1:10 am    Post subject: Mq 6 Reply with quote

Apprentice

Joined: 25 Apr 2003
Posts: 47
Location: Norwich

Hi Friends,

Mq 6.0 Has the functionality of clearing Opened queues. It is similar to the depletion option of mqj explorer (if anybody had used it) .

But it is internally nothing new , But the same Destructive MQ GETS .
_________________
Vinod sasidharan
Ibm Certfied MQ Admin 5.3
Ibm Certfied MQ Admin 6.0
Ibm Certfied WAS Admin 6.0
Ibm Certfied WMB Admin 5.0
Ibm Certfied Db2 Specialist.
Sun certified Java Programmer.

"Ai carte, ai parte ....................."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
reddy_kal
PostPosted: Mon Oct 03, 2005 6:02 am    Post subject: Reply with quote

Acolyte

Joined: 04 Nov 2002
Posts: 73

Hello,

Why dont' you download Support Pac IH03(RFHUtil) and setup batch file for your QueueManager and clear the queues. It doesn't matter if there are open Input count or open output count
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Thu Nov 17, 2005 12:26 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

MO71 also allows you to delete messages using the MQGET all method. You can either selectively delete a message just by selecting it or say delete all. This runs either to a local Windows or via a client to any back end Queue Manager.

Cheers,
P.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
vincent
PostPosted: Fri Apr 21, 2006 11:55 am    Post subject: MQ Performance Reply with quote

Voyager

Joined: 21 Apr 2006
Posts: 81

Loacal Application is putting messages on Local Queue Manager on Solaris-8 but this is being retrieved by Windows client through JMS program. There is no complex setup. We are expecting 1500 per second throughput but we are getting only 400/500 as an output to the client program. Can anyone help me to improve this throughput?
-vincent
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Apr 21, 2006 12:00 pm    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

What does this have to do with the topic's subject?

Why are you expecting 1500 msgs/sec?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
vincent
PostPosted: Fri Apr 21, 2006 1:10 pm    Post subject: Reply with quote

Voyager

Joined: 21 Apr 2006
Posts: 81

sorry!. I am not able to create a new topic. Can u guide me to create a new topic.

That is the business Requirement from strock trading company. Business expect that 1500 trades would be fed in the system in a second.
-vincent
Back to top
View user's profile Send private message
kevin_22
PostPosted: Thu May 25, 2006 1:09 am    Post subject: ERROR IN MQJEXPLORER Reply with quote

Centurion

Joined: 08 Mar 2005
Posts: 100

What step to be taken if an error throughs like this in mqjexplorer

ERROR : "Queue manager not founds" wher so i find the queue manager information .

Can any one of you please respond to my question
Back to top
View user's profile Send private message
JT
PostPosted: Thu Jun 08, 2006 1:21 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Quote:
ERROR : "Queue manager not founds"

Under what conditions do you encounter this error ?
Back to top
View user's profile Send private message
cognizant
PostPosted: Thu Sep 26, 2013 9:37 pm    Post subject: Reply with quote

Newbie

Joined: 26 Sep 2013
Posts: 2

Hello ,

Downloaded a SupportPac Called the "Q" Program ( available for NT, Solaris, HP UX , AIX , OS/2 ) written by Paul Clarke and installed on your OS. use the below command to clear the MQ queue even though its has n number of IPPROCS & OPPROCS.

for Unix :

Q -m <Queue_Manager> -I <Queue_Name>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next Page 2 of 3

MQSeries.net Forum Index » Messaging and Integration Technologies FAQ » clearing queues that have IPPROCs or OPPROCs
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.