Author |
Message
|
fikmikfeegiel |
Posted: Tue Mar 14, 2017 4:09 am Post subject: damaged object which not exist |
|
|
Newbie
Joined: 14 Mar 2017 Posts: 2
|
I have an alert that object is damaged, but I cannot delete queue, because it's not exist...
look at this:
Quote: |
/var/mqm/qmgrs/MQ01/queues> echo "dis ql (*)" |runmqsc MQ01 | grep MQMON.user.561F8E4524359203
QUEUE(MQMON.user.561F8E4524359203) TYPE(QLOCAL)
/var/mqm/qmgrs/MQ01/queues> echo "dis ql (MQMON*)" |runmqsc MQ01 | grep MQMON.user.561F8E4524359203
QUEUE(MQMON.user.561F8E4524359203) TYPE(QLOCAL)
/var/mqm/qmgrs/MQ01/queues> echo "dis ql (MQMON.*)" |runmqsc MQ01 | grep MQMON.user.561F8E4524359203
QUEUE(MQMON.user.561F8E4524359203) TYPE(QLOCAL)
/var/mqm/qmgrs/MQ01/queues> echo "dis ql (MQMON.u*)" |runmqsc MQ01 | grep MQMON.user.561F8E4524359203
/var/mqm/qmgrs/MQ01/queues>
|
This is one of damaged queues, but I have few more.
result exactly from MQ
Quote: |
display queue (MQMON.user.561F8E4524359203)
2 : display queue (MQMON.user.561F8E4524359203)
AMQ8147: WebSphere MQ object MQMON.user.561F8E4524359203 not found.
|
|
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 14, 2017 4:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
That sounds like a dynamic queue to me. Or you have a really whacky naming convention for queues...... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Mar 14, 2017 4:30 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
These look like temporary dynamic queues to me.
If the application that is connected and using them shuts down are they still there? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
fikmikfeegiel |
Posted: Tue Mar 14, 2017 6:04 am Post subject: |
|
|
Newbie
Joined: 14 Mar 2017 Posts: 2
|
yes, it's dynamic queue. Closing application did not help. Restart MQ did not help
It still exist, but you cannot find filesystem for that.
Only way to look for it is by 'dis g (*)' or by searching damaged objects |
|
Back to top |
|
 |
zpat |
Posted: Tue Mar 14, 2017 8:46 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It's a MO71 reply queue. Temporary Dynamic I believe.
Don't try and delete it while using MO71 for the same user. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|