Author |
Message |
Topic: MQ client on Websphere application server |
sigormley
Replies: 7 Views: 7418
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 09, 2012 2:36 am Subject: MQ client on Websphere application server |
As mqjeff says, the MQ client used would depend on the classloader used.
However, I think you're missing the point really - you shouldn't be loading the MQ client using the CLASSPATH mechanism in W ... |
Topic: rfh format problem |
sigormley
Replies: 9 Views: 7653
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 16, 2011 12:22 am Subject: rfh format problem |
As fjb_saper writes, this is likely to be a PROPCTL configuration issue.
The classes for Java's use of properties can be a bit confusing, but the V7 MQMessage object has the ability to get message ... |
Topic: MQ client on Websphere application server |
sigormley
Replies: 7 Views: 7418
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 13, 2011 7:48 am Subject: MQ client on Websphere application server |
Looks like WAS 6.0.2 comes with Java 1.4, so MQ V7 should be ok (it's even listed as a supported application server in the MQ V7 SoE...)
As for using your installed V7 client when upgrading to WAS ... |
Topic: Performance problem with MessageProducer.close() > 952 by |
sigormley
Replies: 4 Views: 4970
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 13, 2011 7:37 am Subject: Performance problem with MessageProducer.close() > 952 by |
Unless you're very careful, it's best to close off the JMS resources when you've finished with them, and let the app server cope with making your resource usage efficient.
Make sure you're running ... |
Topic: How to send a zip file through MQ JMS |
sigormley
Replies: 3 Views: 7303
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 13, 2011 7:18 am Subject: How to send a zip file through MQ JMS |
Hi rsinha,
When you say you are setting RFH2 properties, do you mean you are creating an RFH2 header and placing that in the message payload bytes, or are you using the standard JMS setxxxProperty ... |
Topic: XML Validator Node - Support Pac IA9A (SOLVED) |
sigormley
Replies: 2 Views: 3227
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 31, 2005 5:57 am Subject: XML Validator Node - Support Pac IA9A (SOLVED) |
Hi,
The SupportPac was tested on CSD4, however, the classpath for Java plug-in nodes has changed since then, and it is now necessary for the required Xerces jar files to be included in the broker c ... |