Some app has the queue OPEN_INPUT_EXCLUSIVE. You could try GET_INHIBITING the queue to cause that app to fail on its outstanding GET with WAIT. Of course there is no guarantee that its not in a tight loop and it will just grab the queue again as soon as you GET_ENABLE it. And there is the chance that the app simply MQOPENed the queue, but did not have a GET with WAIT on it, in which case you would still be stuck.
Do a Queue Usage command against the queue to get details of what has the queue open. -----Original Message----- From: Mittal, Gaurav [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Problem with clearing open connections on a queue Does any one know how to refresh/stop all the connections to a queue. The problem we are facing is that one of the subscriber queue is showing Open Input Count as 1 and when we try to start the subscriber application we get an error JMS2008 failed to open queue. The linked exception is 2042-Object in use. To release this we tried the following: * Check if any old subscriber process is running, which is connected to the queue. * Stopped and restarted the svr connection channel on the queue manager * Stopped and restarted the message flow. We are not able to figure out what else could be blocking the queue and how can we release this lock from the queue(with recyling the queue manager). Any help will be useful. Regards Gaurav Mittal _______________________________________________________ EAI Consultant Wipro Technologies (612)-291-4551 (W) Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive
