Reputation: 25096
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?
Upvotes: 0
Views: 1089
Reputation: 26
You should check the following points:
It would be easier to help if you can provide me the failure message.
Upvotes: 1