<?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 Calling a Mediation Route from an Integration Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223634#M16672</link>
    <description>&lt;P&gt;Components tRouteInput and tRouteOutput allow calling a job from a mediation route (i.e. ESB -&amp;gt; DI), but I don't see any standard component for the other way around (i.e. DI -&amp;gt; ESB).&lt;BR /&gt;What is the best way to do this?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:48:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:48:30Z</dc:date>
    <item>
      <title>Calling a Mediation Route from an Integration Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223634#M16672</link>
      <description>&lt;P&gt;Components tRouteInput and tRouteOutput allow calling a job from a mediation route (i.e. ESB -&amp;gt; DI), but I don't see any standard component for the other way around (i.e. DI -&amp;gt; ESB).&lt;BR /&gt;What is the best way to do this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223634#M16672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Mediation Route from an Integration Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223635#M16673</link>
      <description>Hi, 
&lt;BR /&gt;Great question. DI jobs by design will start up, run to completion, and exit. By contrast, a Route will start up and run as a service until stopped while using resource pools, etc. Based on the design and runtime considerations for each type of solution, it makes sense to embed a job within a route but not the other way around. 
&lt;BR /&gt;Typically the best way to access a route from a job is through standard interfaces like JMS, SOAP, or REST. You could also use FTP, File, or other options if they made more sense for your need. 
&lt;BR /&gt;I hope that helps. 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 09 Dec 2013 14:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223635#M16673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Mediation Route from an Integration Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223636#M16674</link>
      <description>I see. 
&lt;BR /&gt;In our case we both have inbound JMS and outbound JMS for Talend MDM. 
&lt;BR /&gt;Inbound JMS messages must be handled by Talend ESB and passed to DI through cTalendJob. 
&lt;BR /&gt;I would like to make Talend ESB also handle outbound JMS messages, for homogeneity both in the development and the JMS configuration. The sequence DI &amp;gt; &amp;gt; ESB &amp;gt; doen't really make sense, I suppose in my case using Talend ESB for outbound JMS is not recommended, and homogeneity in our development with symmetric inbound and outbound ESB connectors is unfortunately not possible...</description>
      <pubDate>Mon, 09 Dec 2013 14:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223636#M16674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T14:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Mediation Route from an Integration Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223637#M16675</link>
      <description>The only way around this would be to link the two using a Camel VM component with an embedded Camel producer in the job. I don't think R&amp;amp;D has provided this as a DI component because it would promote a brittle solution architecture - you couldn't move your jobs out of the Talend Runtime and execute them elsewhere. 
&lt;BR /&gt;Based on the little bit I can see of your requirements, it sounds like you should stick with tMOMOutput (or whatever you're currently using) from DI. 
&lt;BR /&gt;That being said, I completely understanding wanting to stay in Mediation/Routes as much as possible 
&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;Best Regards, 
&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 09 Dec 2013 15:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223637#M16675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T15:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Mediation Route from an Integration Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223638#M16676</link>
      <description>I see your point about a Camel VM DI component. But the component documentation could mention that this is reserved for collocated routes, and that a distributed protocol such as JMS should be considered for distributed architectures.&lt;BR /&gt;Many thanks for your help.</description>
      <pubDate>Mon, 09 Dec 2013 15:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-Mediation-Route-from-an-Integration-Job/m-p/2223638#M16676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T15:11:13Z</dc:date>
    </item>
  </channel>
</rss>

