Author |
Message
|
vinay_s_s |
Posted: Thu Feb 19, 2009 2:36 am Post subject: Message Sender Server Info |
|
|
 Apprentice
Joined: 17 Nov 2008 Posts: 39
|
Hi Team,
Is there a way to find out the sending queue manager and server names from the receiving end?
Regards,
Vinay |
|
Back to top |
|
 |
exerk |
Posted: Thu Feb 19, 2009 2:48 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
If the normal convention of SENDING_QUEUE_MANAGER_NAME.RECEIVING_QUEUE_MANAGER_NAME has been followed - easy, your RCVR channel will provide the answer. Also the channel status will show the inbound IP Address, which can be used to locate a DNS name (if that doesn't show in the CONNAME).
So that you don't have to check the queue manager of course, you have the documentation that tells you - don't you? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 19, 2009 2:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The sender shouldn't care about the name of the queue manager they're using, why should the receiver? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 19, 2009 2:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
exerk wrote: |
If the normal convention of SENDING_QUEUE_MANAGER_NAME.RECEIVING_QUEUE_MANAGER_NAME has been followed - easy, your RCVR channel will provide the answer. |
I suspect the poster means programatically, from within the receiving application. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Thu Feb 19, 2009 3:23 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
exerk wrote: |
If the normal convention of SENDING_QUEUE_MANAGER_NAME.RECEIVING_QUEUE_MANAGER_NAME has been followed - easy, your RCVR channel will provide the answer. |
I suspect the poster means programatically, from within the receiving application. |
In which case, this is starting to look suspiciously like a similar 'tracking' thread elsewhere in here...  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 19, 2009 3:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
exerk wrote: |
Vitor wrote: |
exerk wrote: |
If the normal convention of SENDING_QUEUE_MANAGER_NAME.RECEIVING_QUEUE_MANAGER_NAME has been followed - easy, your RCVR channel will provide the answer. |
I suspect the poster means programatically, from within the receiving application. |
In which case, this is starting to look suspiciously like a similar 'tracking' thread elsewhere in here...  |
Hence my suspicion. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vinay_s_s |
Posted: Thu Feb 19, 2009 4:30 am Post subject: |
|
|
 Apprentice
Joined: 17 Nov 2008 Posts: 39
|
This is the challenge we are facing.
I'm new to my current organization and I am in India. My team is in US.
Currently they are not available and we have an urgent issue (though not in production) and we cannot wait till the US team comes online.
The receiving end application team does not have any architecture diagram, info about the queue manager which sends the information to them.
There are 5 receiver channels running. The naming convention is same as Vitor mentioned. i.e SENDING_QMGR.RECEIVING_QMGR.
But is it possible to determine where (SERVER NAME) the sending queue manager is hosted?
I checked the logs at receiving end, but no luck.
Warm Regards,
Vinay |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Feb 19, 2009 4:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The channel status if running or channel status saved may give you the IP of the sender channel on the receiving end.... The sender qmgr is usually on the MQMD of the message. Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
exerk |
Posted: Thu Feb 19, 2009 4:48 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
vinay_s_s wrote: |
...But is it possible to determine where (SERVER NAME) the sending queue manager is hosted?... |
YES, as stated by: fjb_saper, Vitor and me, in the posts above  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
vinay_s_s |
Posted: Thu Feb 19, 2009 6:17 am Post subject: |
|
|
 Apprentice
Joined: 17 Nov 2008 Posts: 39
|
Thank you. It worked  |
|
Back to top |
|
 |
|