Websphere 6.1至7.0 JmqiObject和JmsQueue丢失 [英] Websphere 6.1 to 7.0 JmqiObject and JmsQueue missing

查看:174
本文介绍了Websphere 6.1至7.0 JmqiObject和JmsQueue丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将应用程序从Websphere 6.1迁移到7.0

I am trying to migrate an application from Websphere 6.1 to 7.0

我注意到许多ibm MQ/JMS类已更改/消失=)

I noticed that many of the ibm MQ/JMS classes have changed/disappeared =)

尤其是我遇到了错误

com.ibm.msg.client.jms.JmsQueue com.ibm.mq.jmqi.JmqiObject

com.ibm.msg.client.jms.JmsQueue com.ibm.mq.jmqi.JmqiObject

说"...无法解决.它是从所需的.class文件中间接引用的"

it is saying "...cannot be resolved. It is indirectly referenced from required .class files"

有人知道我能怎么做才能编译它吗?

Does anyone know what I can do to get this to compile?

谢谢

推荐答案

从描述中很难准确地说出一点,因此我将提供一些可能有用的通用指针.

Hard to say exactly from the description so I'll provide some general pointers that may be of help.

在V7中完全重写了WMQ JMS和Java支持以使用公共的JMQI层.这将影响所引用的jar文件以及CLASSPATH和其他一些内容.

The WMQ JMS and Java support was completely rewritten in V7 to use a common JMQI layer. This will affect the jar files that are referenced as well as the CLASSPATH and a few other things.

如果已将WMQ jar文件捆绑到您的应用程序中,则将其删除并引用WAS安装的文件.

If you have bundled the WMQ jar files into your application, you will want to delete them and reference the ones installed with WAS instead.

如果您使用了MDB侦听器,则需要切换到激活规范.

If you used MDB listeners, you will need to switch to Activation Specs.

有关更多信息,请参见 中的publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzaw.doc/jm10330_.htm"rel =" noreferrer>环境 部分> 使用Java的WMQ V7 手册.

For more info, see the Integration of WebSphere MQ classes for JMS with WebSphere Application Server section in the WMQ V7 Migration manual and the CLASSPATH settings from the Environment section in the WMQ V7 Using Java manual.

WebSphere Application Server V7迁移指南 并未深入探讨WMQ,但确实提供了指向其他迁移资源(如IBM Education Assistant)以及特定的应用程序和概要文件迁移建议的指针.

The WebSphere Application Server V7 Migration Guide does not address WMQ in depth but it does have pointers to additional migration resources such as IBM Education Assistant as well as specific application and profile migration advice.

这篇关于Websphere 6.1至7.0 JmqiObject和JmsQueue丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆