Author |
Message |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 14, 2012 5:52 am Subject: Reasons 2018 and 2019 when using connection pooling |
How do you return the handle to the pool?
The first post contains the complete listing for the program. I call "queueManager.disconnect()" to return the handle to the pool. |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 14, 2012 3:57 am Subject: Reasons 2018 and 2019 when using connection pooling |
I'll look into getting a trace. As far as isolating the MQ calls in separate try/catch blocks, the program does not receive any exceptions. The 2019 errors are logged to stderr, and I assume they co ... |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 13, 2012 2:11 pm Subject: Reasons 2018 and 2019 when using connection pooling |
To make things easier, I created a small, single-threaded test program by cutting and pasting the code from my real application. I've edited the first post to show the test program and its output. I ... |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 13, 2012 11:59 am Subject: Reasons 2018 and 2019 when using connection pooling |
Are you suggesting RTFM? Believe me, I have done so.
I don't see where your code is exploiting the technology indicated in the specific InfoCenter page referenced by that link.
That's fair en ... |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 13, 2012 11:28 am Subject: Reasons 2018 and 2019 when using connection pooling |
Are you suggesting RTFM? Believe me, I have done so. I did fail to mention that my application is running within an OSGi framework, although I don't know why that would affect things. |
Topic: Reasons 2018 and 2019 when using connection pooling |
jtaylor6806
Replies: 10 Views: 9417
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 13, 2012 10:55 am Subject: Reasons 2018 and 2019 when using connection pooling |
I'm using MQ version 7.1, and the errors are not returned to my application as MQExceptions. They are simply logged to stderr, and messages are processed correctly. However, I'm concerned that conne ... |