WebSphere Message Broker:简单流错误
我正在创建一个简单的 MessageBroker 流程。它进入 MQInput 节点 ->计算-> MQOutput 节点,所有计算所做的事情是:
CALL CopyEntireMessage(); SET OutputRoot.Properties.MessageFormat='XML1';
它应该只将消息格式从 Binary1 更改为 XML1。但是,MQOutput 节点失败并沿着其失败连接发送消息。我不清楚 MQOutput 节点可能失败的原因是什么?
I'm creating a simple MessageBroker flow. It goes MQInput Node -> Compute -> MQOutput Node where all Compute does is:
CALL CopyEntireMessage();
SET OutputRoot.Properties.MessageFormat='XML1';
It should only change the message format from Binary1 to XML1. However, the MQOutput Node fails and sends the message along its Failure connection. I'm unclear as to the reasons a MQOutput node could fail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该检查以下几点:
如果您可以向我提供失败消息,会更容易提供帮助。
You should check the following points:
It would be easier to help if you can provide me the failure message.