Search code examples
javaqueuemessagingcobolmainframe

Any open source message queue that can be used to send messages from COBOL to 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?


Solution

  • 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.