任何可用于将消息从COBOL发送到Java的开源消息队列?(Any open source message queue that can be used to send messages from COBOL to Java? [closed])
我有一个Java堆栈(Tomcat等),我需要将运行COBOL的大型机的消息发送到Java端。 任何可用的开源队列都可以做到这一点?
I have a Java stack (Tomcat, etc) and I need to send messages from a mainframe running COBOL to the Java end. Any of the open source queues available can do that?
最满意答案
当然, Java消息传递与IBM互操作。 在IBM方面,您需要能够与MQSeries交谈。 尝试从这个DeveloperWorks网站开始。
Sure, Java Messaging interoperates with IBM. On the IBM side you need to be able to talk to MQSeries. Try starting with this DeveloperWorks site.
更多推荐
发布评论