Author |
Message
|
RangaKovela |
Posted: Fri Sep 14, 2012 5:24 am Post subject: MQJMS exception to MQRC exception |
|
|
Apprentice
Joined: 10 May 2011 Posts: 38
|
Hi MQ experts,
Is there any technote or redbook that details list of MQJMS exception and corresponding MQ exception? App teams using MQ in our project are not able to implement linked exception because of which we are not able find exact MQRC and completion code. We need to try and guess MQRC exception from MQJMS exception which seems to be tough...
Thanks in advance.. |
|
Back to top |
|
 |
exerk |
Posted: Fri Sep 14, 2012 5:34 am Post subject: Re: MQJMS exception to MQRC exception |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
RangaKovela wrote: |
App teams using MQ in our project are not able to implement linked exception... |
Why not? What reason prevents them from so doing? _________________ 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 |
|
 |
markt |
Posted: Fri Sep 14, 2012 5:46 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
What do you think is the PURPOSE of the linked exception? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 14, 2012 6:46 am Post subject: Re: MQJMS exception to MQRC exception |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
RangaKovela wrote: |
We need to try and guess MQRC exception from MQJMS exception which seems to be tough... |
Or as it's more correctly phrased, "impossible".
The MQJMS exceptions are those defined by the JMS standard. Hence they do not correlate with the MQRCs or any other vendor specific error mechanism. Which is why the JMS standard provides for a linked exception to contain these details.
RangaKovela wrote: |
App teams using MQ in our project are not able to implement linked exception |
Why? They don't know how? They can't be bothered? This ghostly voice warned of disaster if they tried it?
What is the exact reason given by this application team for using part of the JMS standard but not all of it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 14, 2012 8:30 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Tell them that the linked exception may be null and that they need to check for that...
The linked exception will be null if the exception is related to the pure JMS setup and independent of the JMS provider.... like out of connection error when max pool size is being hit....  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|