Posted: Tue Nov 20, 2012 6:18 am Post subject: Reg MQ Output node
Novice
Joined: 04 Sep 2012 Posts: 15
Hi All,
I have a small problem. I have 2 message flows
1. MQ Input Node --> Compute Node --> MQ Output node.
In the compute node, I have the business logic wherein I form a comma separated file and propagate it to MQ Output node. The propagate statement is inside a while loop.
2. The second flow contains MQInput node --> Database node.
In this message flow, the queue configured to MQ Output node is configured as the input queue for the second flow. The comma separated file is parsed and the records are inserted in DB.
The problem is that the second flow reads the data from the queue only when message flow 1 finishes processing. I would like to know how to configure the queue or the message flow so that when 1st message flow inserts the message in the queue, the second message flow simultaneously reads the message and inserts the data into the table.
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
Set Transaction Mode to off on the MQOutput node in flow 1. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
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