<?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 Route custom development in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297471#M70048</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm discovering Routes and I already have a question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, we can see a list of all Camel components :&lt;/P&gt;&lt;P&gt;&lt;A href="https://camel.apache.org/components/latest/index.html" alt="https://camel.apache.org/components/latest/index.html" target="_blank"&gt;Camel components documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I wonder if all these components are usable natively in Talend ESB ?&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, as a route is Java code, it's possible to create a Maven project on Eclipse / IntelliJ, develop our custom route, create a fat jar, import it in a job using tLibraryLoad and run it ? I already develop custom jars and use them in my DI jobs to extend Talend capabilities. I think this should be the same for routes. &lt;B&gt;Can you confirm that ?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;﻿&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:00:34 GMT</pubDate>
    <dc:creator>Alpha549</dc:creator>
    <dc:date>2024-11-15T23:00:34Z</dc:date>
    <item>
      <title>Route custom development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297471#M70048</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm discovering Routes and I already have a question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, we can see a list of all Camel components :&lt;/P&gt;&lt;P&gt;&lt;A href="https://camel.apache.org/components/latest/index.html" alt="https://camel.apache.org/components/latest/index.html" target="_blank"&gt;Camel components documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I wonder if all these components are usable natively in Talend ESB ?&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, as a route is Java code, it's possible to create a Maven project on Eclipse / IntelliJ, develop our custom route, create a fat jar, import it in a job using tLibraryLoad and run it ? I already develop custom jars and use them in my DI jobs to extend Talend capabilities. I think this should be the same for routes. &lt;B&gt;Can you confirm that ?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;﻿&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297471#M70048</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2024-11-15T23:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Route custom development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297472#M70049</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Talend ESB provides a fully supported, stable, production ready distribution of the industry leading open source integration framework Apache Camel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get the list of the Camel components supported by Talend ESB from this online documentation about: &lt;A href="https://help.talend.com/r/en-US/8.0/esb-mediation-developer-guide/apache-camel-components" alt="https://help.talend.com/r/en-US/8.0/esb-mediation-developer-guide/apache-camel-components" target="_blank"&gt;TalendHelpCenter: Apache Camel Components&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Most of Campel components can only be accessed via cMessagingEndpoint in Talend ESB with "Use a custom component" option in advanced settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 04:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297472#M70049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-19T04:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Route custom development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297473#M70050</link>
      <description>&lt;P&gt;Thank you Sabrina @Xiaodi Shi​&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I should download jar files and add them in the route via cMessagingEndpoint, Advance as you said.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here (&lt;A href="https://help.talend.com/r/en-US/8.0/esb-mediation-developer-guide/apache-camel-components" alt="https://help.talend.com/r/en-US/8.0/esb-mediation-developer-guide/apache-camel-components" target="_blank"&gt;URL&lt;/A&gt;) we are said that ESB v8 support Camel 2.17.6.&lt;/P&gt;&lt;P&gt;Where could we find this information otherwise ? I request as the latest version of Camel à 3.16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 02:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297473#M70050</guid>
      <dc:creator>Alpha549</dc:creator>
      <dc:date>2022-04-20T02:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Route custom development</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297474#M70051</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is online documentation about: &lt;A href="https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-esb-windows/compatible-apache-software-and-jms-brokers-for-talend-esb" alt="https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-esb-windows/compatible-apache-software-and-jms-brokers-for-talend-esb" target="_blank"&gt;TalendHelpCenter: Compatible Apache software and JMS Brokers for Talend ESB&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it is what you are looking for.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 06:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Route-custom-development/m-p/2297474#M70051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-20T06:27:26Z</dc:date>
    </item>
  </channel>
</rss>

