HI! I have a message flow that just accepts an XML message off a queue, copies the Inputroot to the Outputroot in a compute node and places the message on another queue. There are no transformations or content-based routing being performed. I have it going through the flow to trap any erors that may occur in a central error routine that I include as a subflow. Are there any performance issues I should be aware of or should I not have a flow with a compute node that just copies the Inputroot to the Outputroot? I haven't noticed any problems in my test environment and wanted to see if it is okay to go to Production with a flow like this.
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
Since you are not doing anything with the input XML message, you don't need a Compute node. Just add MQOutput node to your MQInput node. This will give you higher throughput than the flow with Single comput node. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum