I am trying to port an application from Websphere 6.1 to 7.0
I noticed that many of the ibm MQ / JMS classes have changed / disappeared =)
In particular, I get errors on
com.ibm.msg.client.jms.JmsQueue com.ibm.mq.jmqi.JmqiObject
he says: "... cannot be resolved. It indirectly refers to the required .class files"
Does anyone know what I can do to compile this?
thank
source
share