<?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 How to schedule JMS consuming in a Talend route ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277248#M53083</link>
    <description>&lt;P&gt;I need to use an ActiveMQ queue as cache to store all the messages of the day, then process them at 9pm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Talend ESB, how can we schedule queue consuming ? I can't see any Camel option for cJms like the ones for file:// or ftp:// messaging endpoints.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:54:18 GMT</pubDate>
    <dc:creator>Loko</dc:creator>
    <dc:date>2024-11-16T06:54:18Z</dc:date>
    <item>
      <title>How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277248#M53083</link>
      <description>&lt;P&gt;I need to use an ActiveMQ queue as cache to store all the messages of the day, then process them at 9pm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Talend ESB, how can we schedule queue consuming ? I can't see any Camel option for cJms like the ones for file:// or ftp:// messaging endpoints.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277248#M53083</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2024-11-16T06:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277249#M53084</link>
      <description>&lt;P&gt;for consumer,&amp;nbsp;I don't know the way to schedule it (as a variant - disable/enable route by schedule)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but why you need a route for parse messages? it is a simple task for normal DI Job, then you can schedule this job as you want&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 11:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277249#M53084</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-11T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277250#M53085</link>
      <description>&lt;P&gt;But we don''t need nore use DataIntegration and jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use with Talend ESB and it works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277250#M53085</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2019-01-11T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277251#M53086</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LKlAAAW"&gt;@Loko&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;&amp;nbsp;We use with Talend ESB and it works fine.&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;if it does not cover all your needs - at least you have 100% working solution&lt;/P&gt;
&lt;P&gt;you already have Studio for ESB, it already support DI perspective, so all what you need - is build standalone job and deploy it.&lt;/P&gt;
&lt;P&gt;of course if would be direct solution for scheduling consumer - it will be interesting to know&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 12:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277251#M53086</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-11T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277252#M53087</link>
      <description>&lt;P&gt;I don't need a job to parse messages. I can do it very easily with a Camel route.&amp;nbsp; And mixing routes and jobs is a really bad idea because of lacks of performance, Talend said.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please keep in my purpose : scheduling JMS consuming. I don't need help for parsings messages, I've been doing it for years now.&lt;/P&gt;
&lt;P&gt;Thank&amp;nbsp; you &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277252#M53087</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2019-01-11T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277253#M53088</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LKlAAAW"&gt;@Loko&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;Thank&amp;nbsp; you &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;you are welcome &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277253#M53088</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-11T13:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to schedule JMS consuming in a Talend route ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277254#M53089</link>
      <description>&lt;P&gt;I got the solution : in a cProperty define a RoutePolicy java objet&lt;/P&gt;&lt;P&gt;In a DSL component use it into the route flow, it can't be set a start component but will work anyway from the very beggening of the route instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 15:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-schedule-JMS-consuming-in-a-Talend-route/m-p/2277254#M53089</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2019-01-25T15:33:21Z</dc:date>
    </item>
  </channel>
</rss>

