我在调用一个老式的哈希表时遇到了意想不到的麻烦。这里发生了什么事?
Welcome to Scala version 2.8.0.final (Java HotSpot(TM) Client VM, Java 1.6.0_21).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import com.ibm.mq._
import com.ibm.mq._
scala> MQEnvironment.properties
我希望创建一个将在.net中使用websphere MQ的应用程序。我已经创建了MQRC_UNKNOWN_CHANNEL_NAME QueueManager、本地队列和通道,但是我收到了QueueManager错误。但是我在连接到MQQueueManager时遇到了错误。下面是我的代码
public partial class Form3 : Form
{
const String connectionType = MQC.TRANSPORT_MQSERIES_CLIENT;
// Define the name of the queue manager to use
先前关于与MQ系列互操作的问题以及纯开源解决方案的部分答案是:
"The one exception is that WebSphere App Server Messaging Engines can interoperate with WMQ. These are pure JMS messaging engines written in Java but they understand the WMQ formats and protocols and appear to WMQ as another QMgr. So if you have WAS you can talk