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?
views:
239answers:
2
+4
A:
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.
Charlie Martin
2009-05-04 03:58:01
+3
A:
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.
paxdiablo
2009-05-04 04:38:16