Due to the current ESB projects are added dynamic configuration, to a demand, through the configuration file or database configuration, on a message flow definition dynamically specify multiple output nodes.
Here's a simple little example.
A simple message flow is defined first, and the MQ input node is to the MQ output node.
1.MQ input Node Specify queue name: xml.in
The 2.Compute compute node specifies the output queue xml.out, WA. Out
SET outputlocalenvironment.destination.mq.destinationdata[1].queuename = ' XML. Out ';
SET outputlocalenvironment.destination.mq.destinationdata[2].queuename = ' WA. Out ';
The target mode of the 3.MQ output node is changed to the target list
Test: Put the test message in the xml.in queue and we can see it automatically output to the Xml.out queue and the wa.out queue.
WebSphere Message Broker mqoutput dynamically specifies multiple outputs