|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Looking for a tool that can... |
« View previous topic :: View next topic » |
Author |
Message
|
moe |
Posted: Thu Sep 14, 2006 4:39 pm Post subject: Looking for a tool that can... |
|
|
Apprentice
Joined: 05 Sep 2006 Posts: 33 Location: Sydney, Australia
|
Hi Guys,
I'm on the prowl for a tool that will allow me from a unix command line to type in a queue name and queue manager and will return the final queue destination along with physical hostname or ip address where the queue resides.
Is there such a tool available? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 14, 2006 5:09 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No.
You'd have to write a program that would send a message to the remote queue manger and execute a command on that machine to get the hostname/ip address, and then put that into a reply message and send it back to the first program.
And deploy that program to every queue manager in your network.
You could attempt to do a recursive set of PCF "inquire queue, inquire channel" commands to find XMITQs and connection names for the channels that process that XMITQ.
But, in general, no MQ application needs to, or should know the information your asking about. And monitoring applications shouldn't have to discover this in the way you're asking about. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
moe |
Posted: Thu Sep 14, 2006 5:53 pm Post subject: |
|
|
Apprentice
Joined: 05 Sep 2006 Posts: 33 Location: Sydney, Australia
|
jefflowrey wrote: |
No.
You'd have to write a program that would send a message to the remote queue manger and execute a command on that machine to get the hostname/ip address, and then put that into a reply message and send it back to the first program.
And deploy that program to every queue manager in your network.
You could attempt to do a recursive set of PCF "inquire queue, inquire channel" commands to find XMITQs and connection names for the channels that process that XMITQ.
But, in general, no MQ application needs to, or should know the information your asking about. And monitoring applications shouldn't have to discover this in the way you're asking about. |
Yep thats exactly what I thought I might have to do, but decided to inquire anyway.
You are right in saying there is no need for any application to know this info as this will create coupling between applications. The reason for me requiring such a tool is to assist in troubleshooting our middleware solution when messages go missing or whatever. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 15, 2006 1:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
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
|
|
|
|