Author |
Message |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 09, 2012 9:13 am Subject: Manual Reconnect |
Forgot to mention that I can successfully recover from network failures, e.g. unplugging the network cable.
Thanks
Bokie |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 09, 2012 9:08 am Subject: Manual Reconnect |
Hi fjb_saper,
I'm starting to think that there may be a bug in the IBM client API.
My factory is configured as follows:
MQQueueConnectionFactory factory = new MQQueueConnectionFactory();
... |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 07, 2012 6:12 am Subject: Manual Reconnect |
Hi fjb_saper,
I'm currently using the OSGI bundles provided in the "WebSphere MQ V7.0 Clients" download.
The MQQueueConnectionFactory has a getter and setter to specify whether or not ... |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 07, 2012 12:23 am Subject: Manual Reconnect |
I am not running the solution in any J2EE server and I am using the pool provider that the "WebSphere MQ V7.0 Clients" components provides at http://www-01.ibm.com/support/docview.wss?rs=171 ... |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 16, 2012 4:42 am Subject: Manual Reconnect |
Thanks fjb_saper,
And if we're not using WAS?
What if we need to set it programmatically? |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 14, 2012 1:07 am Subject: Manual Reconnect |
Hi fjb_saper,
How can I "Set the policy to purge the pool when you get the exception" programatically; is this set on the MQQueueConnectionFactory object?
Thanks |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 13, 2012 6:00 am Subject: Manual Reconnect |
The site did not allow me to post the exception on my first post - something like "you need 1 post before you can post URL's/links"
The 30 second loop goes on and on even when the broker ... |
Topic: Manual Reconnect |
Bokie
Replies: 15 Views: 23542
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 13, 2012 5:56 am Subject: Manual Reconnect |
Hi,
I am using the WebSphere MQ V7.0.1.8 JMS client library to connect to an MQSeries V7.0 broker on an iSeries.
My listener works fine when I start my service and a working connection is establ ... |