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 » IBM MQ Java / JMS » Dynamic Queues - Hanging around there

Post new topic  Reply to topic
 Dynamic Queues - Hanging around there « View previous topic :: View next topic » 
Author Message
udaybho
PostPosted: Fri Jul 19, 2002 9:13 am    Post subject: Dynamic Queues - Hanging around there Reply with quote

Voyager

Joined: 09 May 2002
Posts: 94
Location: Chicago

I am using MQSI broker along with JMS Pub/Sub code written for MQseries Pub/Sub broker.

I have many SYSTEM.JMS.ND.* queues hanging around there and I am sure that currently there are no subscriber. I know if subscriber does not exited properly this dynamic subscriber queue (SYSTEM.JMS.ND.****) may remain there. Is there any other reason for this hanging queues ?

My question is there a way to Mass delete all this queue's ?

Any help is welcomed.

Uday Bhosle
Back to top
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Mon Jul 22, 2002 9:07 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Well we have a similar issue with Temp Dynamic queues, I wrote a script
using runmqsc commands to find the queues and delete them.

If there is an open handle they will fail to delete
If there is data in them they will fail to delete (expired messages appear to be cleared) .

So there isnt much to it


echo "DIS QL(SYSTEM.JMS.ND.*) | grep QUEUE > file.out

That will get you a list, I wrote a script to parse the list and create command list of queues to delete.
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Tue Jul 23, 2002 10:00 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

You should also be able to use the ControlCenter Subscriptions pane to list all of the subscribers. If they show up here, WMQI thinks that they still exist.

Also, you can double-check that the model queue that you are using to build your queues is specified as temporary dynamic rather than permanent dynamic. This can also leave queues laying around without subscribers.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Dynamic Queues - Hanging around there
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.