Author |
Message |
Topic: com.ibm.disthub2.impl.client.SessionConfig |
paulf1
Replies: 10 Views: 23915
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2013 3:19 pm Subject: com.ibm.disthub2.impl.client.SessionConfig |
We were told there's no motivation since only a few jars are required, it works, and that's that.
And, to be honest, it's hard to argue with that, when you have a finite number of political points ... |
Topic: com.ibm.disthub2.impl.client.SessionConfig |
paulf1
Replies: 10 Views: 23915
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2013 12:43 pm Subject: com.ibm.disthub2.impl.client.SessionConfig |
Better to install the MQ Client than just install the jars.
I've read that. But I'm not sure how you do that on Linux batch job servers. And I also do not have permissions to do so, nor do other ... |
Topic: com.ibm.disthub2.impl.client.SessionConfig |
paulf1
Replies: 10 Views: 23915
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2013 11:42 am Subject: com.ibm.disthub2.impl.client.SessionConfig |
Hi,
Problem solved: we needed dhbcore core. Previously, it was being pulled in by a transitive dependency. Somebody changed a dep far up the line and suddenly it's no longer there (the joys of ma ... |
Topic: com.ibm.disthub2.impl.client.SessionConfig |
paulf1
Replies: 10 Views: 23915
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 22, 2013 11:19 am Subject: com.ibm.disthub2.impl.client.SessionConfig |
We're seeing a ClassNotFoundError using MQ JMS from Spring that is proving difficult to diagnose:
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate be ... |
Topic: Problem with JMS->CICS (non-JMS) receiver - header(s) |
paulf1
Replies: 2 Views: 2800
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 14, 2013 5:02 pm Subject: Problem with JMS->CICS (non-JMS) receiver - header(s) |
FYI, it was solved. Was a Spring issue (use of Spring, not Spring itself!) |
Topic: Problem with JMS->CICS (non-JMS) receiver - header(s) |
paulf1
Replies: 2 Views: 2800
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 14, 2013 3:52 pm Subject: Problem with JMS->CICS (non-JMS) receiver - header(s) |
I have a bit more information to add.
In my code I set the JMS destination to this string:
GR.GIFT.REGISTRY.LOST.SALES.RESPONSE.Q?persistence=2&targetClient=1&CCSID=0
After the messag ... |
Topic: Problem with JMS->CICS (non-JMS) receiver - header(s) |
paulf1
Replies: 2 Views: 2800
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 14, 2013 12:56 pm Subject: Problem with JMS->CICS (non-JMS) receiver - header(s) |
I am having a real heck of an issue here. I am sending TextMessages from a Java app (using Spring JMS) to a CICS client (MQ-only). The messages appear garbled on the CICS side (I have no control ove ... |