Reputation: 5902
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.
Upvotes: 1
Views: 290
Reputation: 4986
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.
Upvotes: 0
Reputation: 403591
You may already have found this, but IBM provides a JCA adapter for IMS
Upvotes: 3