<?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: parallelization of route in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368451#M131712</link>
    <description>Hi, 
&lt;BR /&gt;
&lt;BR /&gt;Could you try to add the "concurrentConsumers" option to the cJMS component (Advanced view -&amp;gt; URI options) ? then the code generation looks like: 
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; from(
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; "cMQConnectionFactory1:queue:queue.name"
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; + "?concurrentConsumers=" + 10)
&lt;BR /&gt;
&lt;BR /&gt;(for more options see 
&lt;A href="http://camel.apache.org/jms.html)" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/jms.html)&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards.</description>
    <pubDate>Mon, 06 Jun 2016 05:22:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-06T05:22:56Z</dc:date>
    <item>
      <title>parallelization of route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368450#M131711</link>
      <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;My route consume a JMS messages in activeMQ.&lt;BR /&gt;I want to parallelize this route in runtime because there is a lot of messages in ActiveMq so the treatment is very slow.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;any ideas ?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFL0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146792i91DCE70DF727E9AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFL0.png" alt="0683p000009MFL0.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368450#M131711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: parallelization of route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368451#M131712</link>
      <description>Hi, 
&lt;BR /&gt;
&lt;BR /&gt;Could you try to add the "concurrentConsumers" option to the cJMS component (Advanced view -&amp;gt; URI options) ? then the code generation looks like: 
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; from(
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; "cMQConnectionFactory1:queue:queue.name"
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; + "?concurrentConsumers=" + 10)
&lt;BR /&gt;
&lt;BR /&gt;(for more options see 
&lt;A href="http://camel.apache.org/jms.html)" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/jms.html)&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 06 Jun 2016 05:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368451#M131712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T05:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: parallelization of route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368452#M131713</link>
      <description>Indeed you can set the concurrentConsumers parameter, but you rather test, if the tJob really runs in parallel as well. 
&lt;BR /&gt; 
&lt;BR /&gt;As far I know (at least in the previous versions) the biggest difference between the mediation and jobs were in parallel processing. 
&lt;BR /&gt;The routes were capable of running in parallel processing a single message, for the route there's a single instance capable of processing multiple data rows. So mixing Camel (mediation) and DI jobs were not always performance effective (having a single DI job with a single data row, the jJob element becomes the serialization bottleneck). However - if you start the tJob from the mediation flow, you rather test it how it really works 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Mediation-job / job-mediation invocation has changed in a few last versions and my knowledge my not be current, so take my notes as points of attention, not rules 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368452#M131713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-06T09:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: parallelization of route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368453#M131714</link>
      <description>Hi, 
&lt;BR /&gt;It works with this syntaxe: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/303646/concurrentConsumers.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFKS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136145iA7F3F1783453BECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFKS.png" alt="0683p000009MFKS.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Thanks xldai, gusto2 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Lachmiter</description>
      <pubDate>Mon, 31 Oct 2016 09:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/parallelization-of-route/m-p/2368453#M131714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-31T09:40:35Z</dc:date>
    </item>
  </channel>
</rss>

