|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Struggling to delete remote queue in use |
« View previous topic :: View next topic » |
Author |
Message
|
Vitor |
Posted: Mon Apr 21, 2014 7:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Vitor wrote: |
tczielke wrote: |
We do not have MO71 at our shop, but this type of functionality is definitely a reason to pursue purchasing it. |
When did they start charging for MO71?  |
When Paul left IBM.
Having a senior moment here.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tczielke |
Posted: Mon Apr 21, 2014 4:49 pm Post subject: |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
One of Peter's earlier replies was:
Quote: |
What about the DISPLAY CONN command? It has OBJNAME (object name) as one of the handle attributes. Maybe display all the connections to the QM, sort by the OBJNAME column and maybe it will show the remote queue name there - giving you the connection, from which you should be able to find the channel?
|
I looked into this a little more, and this looks correct what he was suggesting.
I used a CLNTCONN channel to open a queue remote QR1, and I was able to deduce the channel that the queue remote opened by doing the following:
dis conn(*) type(handle) where(OBJNAME EQ QR1)
The output above gave me a connection id (i.e. 21D13D5314CC0020)
Then if I run this command, I get the channel name:
dis conn(21D13D5314CC0020) channel |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|