【发布时间】:2015-05-26 07:47:12
【问题描述】:
当我尝试在 IBM 集成总线中使用聚合节点进行扇入时出现以下错误。
( T24_Integ_Node.default ) The Aggregation Reply node has received a reply message which has a blank reply ID: ''.
This is not allowed because the reply ID is needed so that a reply message can be matched to the original request message. If you are using WebSphere MQ to send and receive aggregation requests, the reply ID must be stored in the correlation identifier (CorrelId) field of the message descriptor (MQMD) and it must be set to the value of the message ID in the request message's MQMD
消息流如下:
FILE -->AggregateControl-->FAN-OUT-COMPUTE-NODES -->FILE-OUTPUT-NODES --> AGGREGATE -REQUEST-NODES --> AGGREGATE-REPLY-NODE --> FAN-IN-COMPUTE-NODE --> FILE-OUTPUT-NODE
请注意我没有使用 MQ 节点 请建议。
【问题讨论】:
标签: java ibm-mq ibm-integration-bus