任何可用于将消息从COBOL发送到Java的开源消息队列?

时间:2021-06-30 17:36:54

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堆栈(Tomcat等),我需要从运行COBOL的大型机向Java端发送消息。任何可用的开源队列都可以做到吗?

2 个解决方案

#1


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.

当然,Java Messaging与IBM互操作。在IBM方面,您需要能够与MQSeries交谈。尝试从这个DeveloperWorks站点开始。

#2


Websphere MQ is going to be the best (i.e. most supported) method for doing this. There are clients for a large number of different systems and it runs on all the mainframe OS'. It's not open source but the client libraries can still be obtained for no money, I believe.

Websphere MQ将是最好的(即支持最多的)方法。有许多不同系统的客户端,它可以运行在所有大型机操作系统上。它不是开源的,但我相信仍然可以无钱地获得客户端库。

#1


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.

当然,Java Messaging与IBM互操作。在IBM方面,您需要能够与MQSeries交谈。尝试从这个DeveloperWorks站点开始。

#2


Websphere MQ is going to be the best (i.e. most supported) method for doing this. There are clients for a large number of different systems and it runs on all the mainframe OS'. It's not open source but the client libraries can still be obtained for no money, I believe.

Websphere MQ将是最好的(即支持最多的)方法。有许多不同系统的客户端,它可以运行在所有大型机操作系统上。它不是开源的,但我相信仍然可以无钱地获得客户端库。