如何在 WebSphere MQ 的 rfhutilc 中设置 JMS 属性?

发布于 2024-12-04 15:40:19 字数 483 浏览 0 评论 0原文

我需要向 WMQ 队列发送消息。 RfhUtilcWebSphere MQ Explorer 的一部分,是我所知道的唯一工具。我设法发送包含正确文本内容的消息,但我不知道如何设置 JMS 属性。

使用 rfhutilc,当我浏览正确设置了 JMS 属性的其他消息时,它们在“usr”选项卡中显示为:

<propName>value</propName><otherPropName>othervalue</otherPropName>

当我尝试反转它时 — 将此类字符串粘贴到“usr”选项卡中并发送message — 当我读回消息时,我在该字段中没有收到任何内容。因此,我的消息驱动 Bean 无法获取消息,因为它的消息选择器依赖于 JMS 属性。

有人知道如何使用rfhutilc设置属性吗?或者也许建议一个更用户友好的工具可以做到这一点?

I need to send a message to a WMQ queue. RfhUtilc, a part of WebSphere MQ Explorer is the only tool I know. I managed to send a message with the proper text content, but I don't know how to set JMS properties.

With rfhutilc, when I browse other messages with JMS properties set correctly, they appear in the "usr" tab as:

<propName>value</propName><otherPropName>othervalue</otherPropName>

When I try to reverse it — paste such string into the "usr" tab and send the message — I'm not getting any content in this field, when I read the message back. As a result, my message-driven bean doesn't get the message, as its message selector depends on a JMS property.

Anyone knows how to set the properties with rfhutilc? Or perhaps suggest a more user-friendly tool that can do it?

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

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

发布评论

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

评论(1

相思故 2024-12-11 15:40:19

实际上,rfhutil 和 rfhutilc 是 SupportPac IH03 的一部分,而不是 WebSphere MQ Explorer 的一部分。好消息是您可以下载最新版本的 IH03 及其附带的用户指南。用户指南解释说 usr 文件夹是否用于存储为 RFH2 标头(旧 V6 样式)的属性,而 User Props 选项卡适用于 V7。它还提供用于输入名称/类型/值三元组的语法以及可用数据类型的列表。

User Prop 选项卡从手册第 41 页(PDF 第 56 页)开始解释,usr 选项卡内容从手册第 52 页(PDF 第 67 页)开始。

列出所有 SupportPac 的页面位于此处。在该页面上,WebSphere MQ Explorer 是 SupportPac MS0T

Actually, rfhutil and rfhutilc are part of SupportPac IH03 and not part of WebSphere MQ Explorer. The good news with this is that you can download the latest version of IH03 and the User Guide that comes with it. The User Guide explains that the usr folder if for use with properties stored as RFH2 headers (old V6 style) and that the User Props tab is for V7. It also provides the syntax for entering name/type/value triplets and a list of available data types.

The User Prop tab is explained beginning on page 41 of the manual (page 56 of the PDF) and the usr tab content begins on page 52 of the manual (page 67 of the PDF).

The page listing all the SupportPacs is here. On that page, WebSphere MQ Explorer is SupportPac MS0T.

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