<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Parallel processing of ActiveMQ data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283673#M57512</link>
    <description>Hi&amp;nbsp; 
&lt;BR /&gt;Do you check the 'receive number of messages' box on tMomInput component? And change the job to: 
&lt;BR /&gt;tMomInput--main--tFlowToIterate--iterate--tJava--oncomponent--tRun 
&lt;BR /&gt;Check the 'Enable parallel execution' box on iterate link.</description>
    <pubDate>Thu, 28 Jan 2016 13:15:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-28T13:15:32Z</dc:date>
    <item>
      <title>[resolved] Parallel processing of ActiveMQ data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283672#M57511</link>
      <description>I am trying to do some parallel processing of ActiveMQ messages. I created the following job: 
&lt;BR /&gt; 
&lt;BR /&gt;I would expect the job to process 20 messages in parallel, but it keeps processing 1 message at a time. 
&lt;BR /&gt;What should I change to make parallel processing work? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD6I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132987i847182F5F2DB968F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD6I.png" alt="0683p000009MD6I.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283672#M57511</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2024-11-16T10:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parallel processing of ActiveMQ data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283673#M57512</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;Do you check the 'receive number of messages' box on tMomInput component? And change the job to: 
&lt;BR /&gt;tMomInput--main--tFlowToIterate--iterate--tJava--oncomponent--tRun 
&lt;BR /&gt;Check the 'Enable parallel execution' box on iterate link.</description>
      <pubDate>Thu, 28 Jan 2016 13:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283673#M57512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T13:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parallel processing of ActiveMQ data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283674#M57513</link>
      <description>When setting&amp;nbsp;'receive number of messages' to a number instead of 'keep listening' only changes the number of messages after which the jobs stops and doesn't say anything about number of parallel messages to proces.
&lt;BR /&gt;I have created the job as you mentioned, but there is always just 1 message coming from the queue.</description>
      <pubDate>Mon, 22 Feb 2016 10:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283674#M57513</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2016-02-22T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parallel processing of ActiveMQ data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283675#M57514</link>
      <description>You have an 'iterate' link from the setContext, so you're executing it one by one. In this setup you set the context (static/global) and execute the subjob using the 'iterate' link, therefore one by one. 
&lt;BR /&gt;You could use tFlowIterate component and there's a checkbox 'execute parallel'.&amp;nbsp; However - you'd overwrite the job context values and you will get into thread race condition. So you will have to pass data another way. (still there's a valid question - how?) You have to enable calling the subjobs in parallel too. 
&lt;BR /&gt;You can still use the mediation routes (in fact they are Camel routes) where you can control the parallelism using the ActiveMQ connection pool settings. 
&lt;BR /&gt;Gabriel</description>
      <pubDate>Mon, 22 Feb 2016 11:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283675#M57514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-22T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parallel processing of ActiveMQ data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283676#M57515</link>
      <description>Thanks, I already had some fear for thread race condition. This will probably also appear with hashes used.&amp;nbsp;</description>
      <pubDate>Mon, 22 Feb 2016 12:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parallel-processing-of-ActiveMQ-data/m-p/2283676#M57515</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2016-02-22T12:46:46Z</dc:date>
    </item>
  </channel>
</rss>

