从 J2EE 应用程序检索 IMS 中的数据
目前,我有一个 J2EE 应用程序,它通过 MQ 从 IMS 数据库检索数据。 我们希望直接获取数据 - 不使用 MQ。 有什么选择吗? 我们可以在服务器 (WAS 6) 中部署任何连接器来帮助我们与 IMS 通信并从中检索数据? 这方面的任何链接也会有所帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能已经发现了这一点,但 IBM 提供了 IMS 的 JCA 适配器
You may already have found this, but IBM provides a JCA adapter for IMS
我刚刚在这里回答过类似的问题:
通过 . Net 应用程序或使用 JDBC ..?
基本上,您应该查看是否 IMS开放数据库可以满足您的要求。
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.