Author |
Message |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Fri Sep 06, 2013 5:02 am Subject: XMS .net Exception Listener Not Firing - Please Help |
So either wait for 7.5.0.3 to ship, or open a PMR asking for the iFix for the APAR.
So... I thought I'd save a few people new to MQ (like myself) possibly days of troubleshooting only to find that ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Thu Sep 05, 2013 7:43 pm Subject: XMS .net Exception Listener Not Firing - Please Help |
FYI :
Wish I had found this earlier.
Decided earlier today to abandon asynchronous comm because no matter what I tried, the app eventually hung. Reworked to run synchronously (using 10 threads) ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Sun Sep 01, 2013 5:15 am Subject: XMS .net Exception Listener Not Firing - Please Help |
"It just hangs" may simply mean that you haven't waited long enough according to the timeouts you have specified.
Thanks. I suspected that as well but the only timeouts specified are what ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Sat Aug 31, 2013 8:08 am Subject: XMS .net Exception Listener Not Firing - Please Help |
You did not say what other reconnect options were available. You only showed us you used client reconnect... (it might not be the one for the behavior you seek)
Thank you
If by reconn ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Sat Aug 31, 2013 6:53 am Subject: XMS .net Exception Listener Not Firing - Please Help |
You did not say what other reconnect options were available. You only showed us you used client reconnect... (it might not be the one for the behavior you seek)
Thank you
If by reconn ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Sat Aug 31, 2013 5:31 am Subject: Apparently I'm not alone |
Well it seems this problem has gone unanswered before. Are there any .net XMS experts here that could jump in?
Hi,
I have an existing XMS .Net client application and I am trying to add the Reco ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Fri Aug 30, 2013 3:50 pm Subject: XMS .net Exception Listener Not Firing - Please Help |
And the result after cable pull, "Kill" & "RecieveMessages" reinsert cable :
http://www.loanhouse.com/capture.png |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Fri Aug 30, 2013 3:36 pm Subject: XMS .net Exception Listener Not Firing - Please Help |
Thank you for taking the time to reply. I am currently handling the re-connection in Exception method. My thinking was I could avoid the call to Kill Connection & RecieveMessages entirely by enab ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Fri Aug 30, 2013 9:34 am Subject: XMS .net Exception Listener Not Firing - Please Help |
Well to help others:
It turns out it was a very simple, innocuous error that prevented the exception throwing.
We thank you for posting this.
It does take 5 minutes or so to fire the excepti ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Thu Aug 29, 2013 6:33 pm Subject: XMS .net Exception Listener Not Firing - Please Help |
Well to help others:
It turns out it was a very simple, innocuous error that prevented the exception throwing.
The MessageListener and ExceptionListener methods work in much the same way with ON ... |
Topic: XMS .net Exception Listener Not Firing - Please Help |
pdclark
Replies: 18 Views: 23389
|
Forum: IBM MQ API Support Posted: Thu Aug 29, 2013 8:18 am Subject: XMS .net Exception Listener Not Firing - Please Help |
For the last week I have been trying to get an exception thrown using XMS for .net. I am successfully connecting to and receiving messages from the server, however, when I physically break the connect ... |