Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以从运行 COBOL 和/或 JCL 的大型机应用程序发送 JMS 消息。我看到有 .Net 和其他技术的适配器,例如 JNBridge http://www.jnbridge.com/,但是有什么东西可以让大型机应用程序发送消息吗?
这很容易做到。这取决于您的 JMS 提供程序。如果使用 WebsphereMQ,则有直接调用的模块来发送消息—— CSQCPUT 和 CSQCPUT1、IIRC。
您的提供商应该有一些关于如何发送消息的文档。