I'm writing a MQ-Java program which uses inquire() method of MQManagedObject class to do inquire. But I cannot find where those constants are defined, such as MQCA_Q_MGR_DESC, MQIA_MAX_MSG_LENGTH. I've tried to use MQC class (e.g. MQC.MQCA_Q_MGR_DESC). But the compiler fails with the message of "cannot resolve symbol: MQC.MQCA_Q_MGR_DESC". Does anyone know how to deal with it?
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
Wildtiger,
you need to download the Java classes for PCF support pac at http://www-3.ibm.com/software/ts/mqseries/txppacs/ms0b.html
It contains all the definitions you are looking for (and more) in the CMQC Interface definition.
Hope that helps,
Stefan
_________________ Stefan Sievert
IBM Certified * WebSphere MQ
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