Author |
Message
|
mqstd |
Posted: Thu Sep 19, 2013 2:58 pm Post subject: how to find the application name |
|
|
Novice
Joined: 28 Jul 2011 Posts: 19
|
Hi,
one java application put the message on cluster queue running on another server...how can i know the application name? i can see only client connection channel only..how can i get the application details which one is putting the message on the queue..please help
Thanks in Advance
mqstd |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Sep 20, 2013 3:32 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 20, 2013 5:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lancelotlinc wrote: |
MQMD.PutApplName & MQMD.PutApplType .
Did you not search the InfoCentre ?
Quote: |
This is the name of application that put the message, and is part of the origin context of the message. The contents differ between platforms, and might differ between releases. |
|
Every time I try using those, it tells me the putting application is "java.exe"  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Sep 22, 2013 2:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Vitor wrote: |
Every time I try using those, it tells me the putting application is "java.exe"  |
Yep, that's the process name of the putting application !! Makes me cry too. _________________ Glenn |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Sep 23, 2013 3:02 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
There is hope as of MQ 7.5.
http://www.redbooks.ibm.com/redbooks/pdfs/sg248087.pdf
Quote: |
5.2.3 Java application identification
When WebSphere MQ Java client programs connect to a queue manager, now they can be individually identified. Instead of appearing as WebSphere MQ Client for Java, the name of the program can be set explicitly or automatically derived from the main class of the program. |
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Vitor |
Posted: Mon Sep 23, 2013 3:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
PeterPotkay wrote: |
There is hope as of MQ 7.5.
http://www.redbooks.ibm.com/redbooks/pdfs/sg248087.pdf
Quote: |
5.2.3 Java application identification
When WebSphere MQ Java client programs connect to a queue manager, now they can be individually identified. Instead of appearing as WebSphere MQ Client for Java, the name of the program can be set explicitly or automatically derived from the main class of the program. |
|
Praise IBM!!!!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|