Retrieve data in IMS from J2EE application

276 Views Asked by At

Currently, i have a J2EE application that retrieves data from IMS database through MQ. We would like to fetch data directly instead - without using MQ. Is there any option? Any connectors that we could deploy in our server (WAS 6) that would help us communicate to IMS and retrieve data from it? Any links in this regard would also be helpful.

2

There are 2 best solutions below

2
skaffman On

You may already have found this, but IBM provides a JCA adapter for IMS

0
rafraf On

I have just answered a similar question here: Connect to IMS with Open Database from .Net application or using JDBC ..?

Basically, you should look into whether the IMS Open Database could meet your requirements.