<?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: Processing message from specific point in the mediation route in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337647#M105968</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a simple route in which if exception occurs then it retries the message from the point of exception.&lt;/P&gt;
&lt;P&gt;But I want this message to be retried from the beginning (or any required point) of the route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route design is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cTimer1 --&amp;gt; cProcessor1 --&amp;gt;&amp;nbsp;&lt;SPAN&gt;cProcessor2 --&amp;gt;&amp;nbsp;cProcessor3 --&amp;gt;&amp;nbsp;cProcessor4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cErrorHandler (with autoretry is set )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the exception occurs in&amp;nbsp;cProcessor3&amp;nbsp;then by default route retries the message from cProcessor2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But I want to be able to make it retry from either cTimer1 or&amp;nbsp;cProcessor1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Researching on this come to the conclusion that we need to divide the route from the point from which we want the retry. (I.e.&amp;nbsp;&lt;SPAN&gt;cProcessor1&amp;nbsp;) and retry the message from the beginning of this subroute (). But then again the question remains the same that how the message will be retried from beginning&amp;nbsp;of the route.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this clears the scenario.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 06:57:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-07T06:57:22Z</dc:date>
    <item>
      <title>Processing message from specific point in the mediation route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337645#M105966</link>
      <description>&lt;P&gt;How to reprocess a message from a specific point in the route when exception occurs ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337645#M105966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Processing message from specific point in the mediation route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337646#M105967</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example? &lt;/SPAN&gt;Which will be helpful for us to understand your issue.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 08:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337646#M105967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T08:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Processing message from specific point in the mediation route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337647#M105968</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a simple route in which if exception occurs then it retries the message from the point of exception.&lt;/P&gt;
&lt;P&gt;But I want this message to be retried from the beginning (or any required point) of the route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route design is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cTimer1 --&amp;gt; cProcessor1 --&amp;gt;&amp;nbsp;&lt;SPAN&gt;cProcessor2 --&amp;gt;&amp;nbsp;cProcessor3 --&amp;gt;&amp;nbsp;cProcessor4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cErrorHandler (with autoretry is set )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the exception occurs in&amp;nbsp;cProcessor3&amp;nbsp;then by default route retries the message from cProcessor2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But I want to be able to make it retry from either cTimer1 or&amp;nbsp;cProcessor1.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Researching on this come to the conclusion that we need to divide the route from the point from which we want the retry. (I.e.&amp;nbsp;&lt;SPAN&gt;cProcessor1&amp;nbsp;) and retry the message from the beginning of this subroute (). But then again the question remains the same that how the message will be retried from beginning&amp;nbsp;of the route.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this clears the scenario.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 06:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Processing-message-from-specific-point-in-the-mediation-route/m-p/2337647#M105968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T06:57:22Z</dc:date>
    </item>
  </channel>
</rss>

