Author |
Message
|
Joell |
Posted: Wed Aug 06, 2003 6:28 pm Post subject: AMQ4070 - Object in use |
|
|
Newbie
Joined: 06 Aug 2003 Posts: 1
|
Hi,
When i try to delete an empty local queue, there will be an error prompting "Object is open. An attempt was made to delete or change an object that was in use. Wait until the object is not in use and retry (AMQ4070)
I tried to stop start the queue manager, but somehow I still got this error message even though the queue has no messages in it.
Can someone please help me to look through what have i missed out? Thanks !!! _________________ Joell Lum |
|
Back to top |
|
 |
Michael Dag |
Posted: Wed Aug 06, 2003 10:19 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
on 5.3 you can see who/which program has the queue open.
my guess is it is a channel you defined and when you restart the Qmgr the channel becomes active and opens the queue.
Have a look with the explorer or dis qstatus |
|
Back to top |
|
 |
Prahasith |
Posted: Thu Aug 07, 2003 9:08 am Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
You can try with purge nopurge option in the command |
|
Back to top |
|
 |
mqonnet |
Posted: Thu Aug 07, 2003 10:22 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Most likely cause of this would be, you have a third party app running that uses this queue and reconnects to this qm and opens this queue whenever you start your qm. MQSI also does this. Verify that the queue is not the one used by either pub/sub or any third party products.
PrahPrahasith:
Purge options would work only if there are no "openers" to the queue. It will not work if there are either uncommitted messages or openers against this queue.
Cheers
Kumar |
|
Back to top |
|
 |
Yannanlu |
Posted: Fri Aug 08, 2003 4:19 pm Post subject: |
|
|
Apprentice
Joined: 23 Jan 2002 Posts: 27
|
I am wondering how to find who/which apps is using the queue. I tried dis qstatus. I only got ipps and opps. How can I associate the numbers to the apps?
Thanks |
|
Back to top |
|
 |
Yannanlu |
Posted: Fri Aug 08, 2003 5:29 pm Post subject: |
|
|
Apprentice
Joined: 23 Jan 2002 Posts: 27
|
Sorry. I found the answer via search. Thanks! |
|
Back to top |
|
 |
|