tags:

views:

65

answers:

1

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.

+3  A: 

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

skaffman
Yes, some time with google helped me reach there. Trying to explore how to use that. Thanks.
Subramanian
JCA is a mystery to me. Never been anywhere near that API, it looks unpleasant.
skaffman