Author |
Message
|
viki |
Posted: Wed Mar 01, 2006 11:57 pm Post subject: Finding queue name using Queue Manager? |
|
|
Acolyte
Joined: 07 Feb 2006 Posts: 50
|
Hi,
Is there any way to find "Queue Name" if the following is known:
- IP Address of the machine running MQ.
- Name of Queue Manager.
- Port # of the Queue.
Remember:
I'm connecting MQ Server via WAN from my machine. Connection is establishing successfully.
Bye,
Viki. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Mar 02, 2006 12:21 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if you can connect to the mq server then you can use one of the available administration tools (e.g. MO71, MQJEXPLORER, MQ EXPLORER (if you have a local MQ installation) to find out what is defined in the queuemanager.
this requires that the queue manager is set up for remote administration and that you have the proper security within mqseries to do administration task. _________________ Regards, Butcher |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 02, 2006 12:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Do you mean in an adminitrative manner, such as DISPLAY QLOCAL(*) on a remote machine, or from an application at run time? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
viki |
Posted: Thu Mar 02, 2006 12:28 am Post subject: |
|
|
Acolyte
Joined: 07 Feb 2006 Posts: 50
|
Hi,
I'm able to connect from my machine to the remote machine (via WAN). On this remote machine MQ is running. I know three things of this remote machine.
IP Address.
Queue Manager.
Port on which Queue is running.
Now I want to find the Queue Name of the queue running on this remote machine.
Actually, I do not have access to this remote machine. Therefore, I have to use any other method of finding Queue Name.
Yes, I have MQ Explorer on my machine. How can I use it to find the queue name of the queue running on remote machine?
Bye
Viki. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 02, 2006 12:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Two points occur:
1) The remote queue manager could be running a number of queues
2) If you don't have access to the remote machine, should you be accessing this information and what use will it be to you?
However, if you've got MQExplorer locally you can do a remote connection via the target machine's SVRCONN channel. This may yield limited results if you really have no access to it.
Alternatively, you could e-mail the remote machine's administrator and ask the name....?
Hope this helps _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
viki |
Posted: Thu Mar 02, 2006 12:47 am Post subject: |
|
|
Acolyte
Joined: 07 Feb 2006 Posts: 50
|
Hi,
Ok it's done! I have found the name via MQ Explorer. Here is what I did:
Open locally installed MQ Explorer.
Console Root --> WebSphere MQ ---> Queue Managers.
Right Click Queue Manager --> Show Queue Manager
Select Show a Remote Queue Manager.
Enter Queue Manager Name.
In Connection Name enter the IP Address of the remote machine where above Queue Manager is running.
That's it!
Thanks. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Mar 02, 2006 12:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Well done you! Far more techy to use SVRCONN than just ask; any fool can do that, no fun at all!
Glad to have been of some small assistance. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|