Author |
Message |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 8:56 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
Hmmm, sounds like I need to open a PMR. I have never had to do that. Can you point me in the right direction? Where do I start? Again, thanks for your help. |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 8:25 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
I'm sorry, I was just asking for your thoughts. Are you saying, Vitor, that you agree that there is a bug in the XMS code? |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 8:08 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
Yes, that kind of problem does seem to be a prevalent prefix to the eventual problem. There are actually several more of them reported just prior to those I pasted in my previous reply. To me it's i ... |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 7:43 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
No problem. Here is my producing code...
try
{
if (!ep.InitJMSConnection(out errMsg))
{
ep ... |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 7:25 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
Yes, here is my application code that handles the exception...
public static void Application_UnhandledException(object sender, UnhandledExceptionEventArgs e)
{
E ... |
Topic: IBM Message Service Client (XMS) for .NET unhandled exceptio |
KrisF
Replies: 13 Views: 10963
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 08, 2012 7:14 am Subject: IBM Message Service Client (XMS) for .NET unhandled exceptio |
I'm uncertain as to whether or not I am in the right forum. If not, please re-direct me. Thanks.
I'm using IBM Message Service Client (XMS) for .NET (aka ia9h_2.0.0.6) to produce/consume messages ... |