Websphere 6.1 to 7.0 no JmqiObject and JmsQueue

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

+3
source share
1 answer

It’s hard to say exactly from the description, so I will provide some general pointers that may help you.

WMQ JMS Java V7 JMQI. jar, , CLASSPATH .

jar WMQ , , WAS.

MDB, .

. WebSphere MQ JMS WebSphere Application Server WM7 V7 CLASSPATH Environment WMQ V7 Java.

WebSphere Application Server V7 WMQ, , IBM Education Assistant as .

+4

Source: https://habr.com/ru/post/1796726/


All Articles