Posted: Wed Jun 16, 2010 1:28 am Post subject: [solved] use of MQC constants in JavaComputeNode
Master
Joined: 27 Feb 2008 Posts: 218
I want to manipulate the MQMD / MQRFH2 within my JavaComputeNode and have to use a lot of MQC constants. It would be easy to add com.ibm.mq.jar to the classpath in order to use them but as com.ibm.mq.jar has already been added to the broker-user CLASSPATH variable I'm not sure if it has negative effect to add it (I'm thinking about newer versions of MQ where I do not want to redeploy all my flows). Do I have to clean up my bar before deployment in order to remove the com.ibm.mq.jar?
Thanks in advance! _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Last edited by j.f.sorge on Wed Jun 16, 2010 5:27 am; edited 1 time in total
Finally, if you're on v7 then you probably be using MQConstants rather than MQC.
Thanks a lot for the information!
As we are using WMB 6.1 and an automated deployment procedure (which creates the bar files, too) I have added the com.ibm.mq.jar to the build path and added a task which delets this jar after creation of bar has completed. _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum