Author |
Message |
Topic: Stale JMS connections |
vlucian
Replies: 2 Views: 22225
|
Forum: WebSphere Application Server Posted: Fri Feb 24, 2017 7:33 am Subject: Stale JMS connections |
Thanks for the answer!
It's now on "FailingConnectionOnly" - I guess I need to switch it to EntirePool.
How about the reconnecting policy inside the application itself? |
Topic: Stale JMS connections |
vlucian
Replies: 2 Views: 22225
|
Forum: WebSphere Application Server Posted: Fri Feb 24, 2017 12:28 am Subject: Stale JMS connections |
Hi.
I have the following situation:
- because of some vmware issues my machine remained for short period of time (seconds, tens of seconds) without enough CPU
- in SystemOut I have "HMGR0152W: ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Thu May 07, 2015 2:49 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
Maybe this link will help
http://www.fintp.org/getting-started/
Also, here are some compilation instructions:
g++
-DHAVE_CONFIG_H -I. -DUNIX -DDEBUG_ENABLED -DXALAN_1_9
-I/home/fintp/fintp ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Wed May 06, 2015 10:11 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
Make sure you compile with the thread safe libs (*_r.so)
Tthat's for sure - a developer confirmed me.
Tomorrow I will try to clarify more aspects.
Thank you all. |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Wed May 06, 2015 6:13 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
I didn't intend to start a dispute regarding programming capabilities of the forum's members (I'm not even a programmer). Obviously, I started this thread because I was (actually we were) out of opti ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Tue May 05, 2015 11:34 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
@vitor: prove? what do you mean?
@bruce: We did capture trace. I'll ask my colleagues for details if you really have a point here.
The same Linux executable is working with local q and it has &qu ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Tue May 05, 2015 2:15 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
Roger, I'm sorry, you didn't understand, please read more carefully: there's a single log thread. So, this is not the issue. And, as I said before, the same code works on windows or AIX no matter what ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Thu Apr 30, 2015 2:37 pm Subject: MQRC_HANDLE_NOT_AVAILABLE error |
The method we use for EVENTSQ is put. And also debugged to pair any open queue with a subsequent close.
The EVENTSQ queue is open on the main thread and remains open (it's a Logger unique instance ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Thu Apr 30, 2015 1:50 pm Subject: MQRC_HANDLE_NOT_AVAILABLE error |
MAXHANDS is 256
Developers team tried hardly to repair this problem. No luck yet. I'm still puzzled about this: the problem appear only for a remote queue. How could be the code responsible for tha ... |
Topic: MQRC_HANDLE_NOT_AVAILABLE error |
vlucian
Replies: 22 Views: 38974
|
Forum: IBM MQ API Support Posted: Thu Apr 30, 2015 4:18 am Subject: MQRC_HANDLE_NOT_AVAILABLE error |
Hi,
We have a mutlithreading C++ client application running on Linux( RHxx). Two of its threads connects to an mq server ver 7.1.0.0. using a WMQ client.
One thread connects to a local queue (lets ... |
Topic: OCSPAuthentication and SSL stanza |
vlucian
Replies: 7 Views: 12349
|
Forum: IBM MQ Security Posted: Mon Apr 20, 2015 12:51 am Subject: OCSPAuthentication and SSL stanza |
... and it worked! thanks a lot! |
Topic: OCSPAuthentication and SSL stanza |
vlucian
Replies: 7 Views: 12349
|
Forum: IBM MQ Security Posted: Fri Apr 17, 2015 8:56 am Subject: OCSPAuthentication and SSL stanza |
Ok, unfortunately I only can do it next week. One last question, can I change label when I convert the jks to kdb or do I need to convert, export personal certificate and then reimport and change labe ... |
Topic: OCSPAuthentication and SSL stanza |
vlucian
Replies: 7 Views: 12349
|
Forum: IBM MQ Security Posted: Fri Apr 17, 2015 8:40 am Subject: OCSPAuthentication and SSL stanza |
Thanks for reply!
The label and user ID are different. On the other hand while the mq client was at version 5.3 and the application was using STO files everything was ok. Now, the same certificate (a ... |
Topic: OCSPAuthentication and SSL stanza |
vlucian
Replies: 7 Views: 12349
|
Forum: IBM MQ Security Posted: Fri Apr 17, 2015 7:43 am Subject: OCSPAuthentication and SSL stanza |
We have a C++ aplication that used to run with MQ client 5.3 using STO file for the SSL connection. Now we upgraded MQ client to 7.1, changed the certificate to kdb (from jks) and tried to run the app ... |
Topic: Server channel problem |
vlucian
Replies: 13 Views: 27612
|
Forum: General IBM MQ Support Posted: Tue Nov 27, 2012 2:57 am Subject: Server channel problem |
Hi there
I have the same problem. One Jms client is putting xml messages in a q on a qmanager vers 7.0.1.3. From time to time (once a day...) the app gets stuck with something like in its log:
jav ... |