IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
Expand all | Collapse all

How to configure concurrent map processing data from MQ?

  • 1.  How to configure concurrent map processing data from MQ?

    Posted 05/16/12 09:22 AM

    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


  • 2.  Re: How to configure concurrent map processing data from MQ?

    Posted 05/18/12 01:12 AM

    Originally posted by: Silver.Su


    It's my fault.
    I turn on the trace in the map, and the logging file are the same one.
    Each thread in the map will wait for the other one which is writing the logging file.
    I turn off the trace of the map, then the situation I described does not present anymore.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender