Subramanian
Subramanian

Reputation: 5902

Retrieve data in IMS from J2EE application

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

Answers (2)

rafraf
rafraf

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

skaffman
skaffman

Reputation: 403591

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

Upvotes: 3

Related Questions