Java 上的 MQ 入门:从哪里开始?

发布于 2024-10-21 19:54:18 字数 250 浏览 2 评论 0原文

我正在尝试将一些遗留连接整合到我们的一个较新的应用程序中,这标志着我第一次涉足 MQ。我们有一个中间件服务器,它接受通过 MQ 传递的 XML 消息;将其转换为我们古老的记录系统的专有请求,然后以类似的 XML 格式在回复队列上传递响应。

我有输入和输出 XML 结构以及 MQ 主机、目标队列和回复队列的示例。我不知道从哪里开始。

是否有一个不错的教程可用于使用 OpenMQ 或其他免费 MQ 库之一构建简单的请求/响应机制?

谢谢!

I'm trying to kludge some legacy connectivity into one of our newer applications, and this marks my first foray into MQ. We have a middleware server that accepts an XML message delivered via MQ; converts this into a proprietary request for our ancient system of record, and then delivers a response on a reply queue in a similar XML format.

I have a sample of the input and output XML structure, and the MQ host, target queue, and reply queue. What I do not have is a clue as to where to begin.

Is there a decent tutorial available for building a simply request/response mechanism with OpenMQ or one of the other free MQ libraries?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

够钟 2024-10-28 19:54:18

我建议您首先熟悉 Java 消息服务 (JMS) 概念和 API 和然后专注于 OpenMQ 的细节。

要了解 JMS,请阅读 Oracle 中的 JMS 章节 href="http://download.oracle.com/javaee/6/tutorial/doc/index.html" rel="nofollow">Java EE 6 教程。 曼宁一书< em>ActiveMQ in Action 很好地介绍了 JMS 概念。

如果您想简化 JMS 代码,请考虑使用 Spring JMS。

I would suggest that you first get comfortable with the Java Message Service (JMS) concepts and API and then concentrate on the particulars of OpenMQ.

To learn about JMS, read the JMS chapter in Oracle's Java EE 6 Tutorial. The Manning book ActiveMQ in Action gives a good introduction to JMS concepts.

If you want to simplify your JMS code, consider using Spring JMS.

安人多梦 2024-10-28 19:54:18

OpenMQ 的 Oracle 开发人员指南可能是一个不错的起点:

http://download.oracle.com/docs/cd/E19798-01/821-1796/index.html

为您提供示例代码,解释如何与其交互等。

The Oracle developers guide for OpenMQ would prob be a good place to start:

http://download.oracle.com/docs/cd/E19798-01/821-1796/index.html

Gives you example code, explains how to interact with it, etc.

纸短情长 2024-10-28 19:54:18

WebsphereMQ 有一个 API 测试器 - 一个演示应用程序,允许您通过 GUI 试验 API 和不同功能。

通用 JMS 提供程序有一个类似的工具,名为 爱马仕

WebsphereMQ has an API tester - a demo application that allows you to experiment with the API and different features from a GUI

There's a similar tool for generic JMS providers called hermes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文