Originally posted by: Silver.Su
Hello, everyone.
I have a map that receive data from MQ.
I configure my launcher with MaxThreads=50 in dtx.ini.
I tried to send one big data to MQ that the map will spend more time to process.
Then, I send 49 smaller data to MQ.
In this case, I found that my map receive one data from MQ once, not receive 50 data from MQ to process.
So, the map start to process these 49 smaller data after the bigger one completed.
How can I configure my launcher or map to receive from MQ concurrent?
Thanks a lot.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender