将 websphere MQ 与 boomi 集成

Integrating websphere MQ with boomi

我们正在努力将 websphere MQ 与 boomi 集成,

JMS连接器在Boomi中的配置如下:

对于 JMS 连接: 身份验证存在: 用户:管理员 密码:xxxxx JMS 服务器:Websphere MQ 连接类型:单 QM 连接 队列管理器:BoomiQMGR 频道名称:BoomiSC

对于 JMS 操作: 目的地:queue:BoomiQ(其中 BoomiQ 是队列名称,"queue:" 如 boomi 文档中所述)

但问题是, 使用这些配置,我们在 boomi 中遇到以下错误:

*"Test execution of TestProcess completed with errors. Embedded message: Unable to retrieve JMS message; Caused by: JMSCC0005: The specified value 'queue:BoomiQ' is not allowed for 'XMSC_DESTINATION_NAME'."

根据我们在阅读中了解到的情况,由于 WebSphere MQ 目标命名限制,我们使用的是 WEBSPHERE 版本:WS_MQ_V8。0_TRIAL_FOR_WINDOWS_ML(从 IBM 站点下载)

有人可以帮我们解决这个问题吗?

如果我们遗漏了什么,请提出建议。 提前致谢。

问题似乎是队列名称的格式:queue:BoomiQ 对 WMQ JMS 客户端无效。

如果 QueueManager 上的队列是 MyQueue,则确保将 MyQueue 传递给 JMS 或 queue:///MyQueue。