A service interacts with a backend system which replies with a message correlation. When processing request/response messages from the backend, no messages were received by the flow.
Which may be the probable cause of failure?
When you define an MQOutput node, the option that you select for the Transaction Mode property defines whether the message is written under sync point:
If you select Yes, the message is written under sync point (that is, within a WebSphere MQ unit of work).
If you select Automatic (the default), the message is written under sync point if the incoming input message is marked as persistent.
If you select No, the message is not written under sync point.
Currently there are no comments in this discussion, be the first to comment!