启动 HermesJMS 我得到:
Cannot find class com.ibm.mq.jms.mqqueueconnectionfactory in loader WebSphere
当我尝试创建一个新会话时。
类似的问题,但没有为我解决:Unable to configure HermesJMS with WebSphere MQ 8 in a RedHat Enterprise Linux
运行 Hermes shell 脚本,我输出 CLASSPATH,其中包含com.ibm.mqjms.jar. 运行strings com.ibm.mqjms.jar显示它包含该类MQQueueConnectionFactory.class。
有什么进一步的建议吗?