|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Dynamic Queues - Hanging around there |
« View previous topic :: View next topic » |
Author |
Message
|
udaybho |
Posted: Fri Jul 19, 2002 9:13 am Post subject: Dynamic Queues - Hanging around there |
|
|
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 |
|
 |
mrlinux |
Posted: Mon Jul 22, 2002 9:07 am Post subject: |
|
|
 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 |
|
 |
bower5932 |
Posted: Tue Jul 23, 2002 10:00 am Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|