<?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 [resolved] How to use the Camel Resequencer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-the-Camel-Resequencer/m-p/2250428#M34671</link>
    <description>Hello,
&lt;BR /&gt;I have queue with messages I need to reorder (of course they are already in a group and with a sequence, but the order can be 2, 1, 4, 3) . I am using a route with a cJMS. 
&lt;BR /&gt;I would like to use the camel resequencer something like:
&lt;BR /&gt;from("direct:start")
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .resequence(header("seqnum")).stream(new StreamResequencerConfig(5000, 4000L))
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .to("mock:result")
&lt;BR /&gt;I did try to design a route to be able to use it but was not able to do so.
&lt;BR /&gt;My question is how I use a Camel resequencer? (as described in 
&lt;A href="http://camel.apache.org/resequencer.html)" target="_blank" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/resequencer.html)&lt;/A&gt;
&lt;BR /&gt;Thanks in advance,
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;Francois</description>
    <pubDate>Fri, 07 Nov 2014 08:26:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-07T08:26:50Z</dc:date>
    <item>
      <title>[resolved] How to use the Camel Resequencer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-the-Camel-Resequencer/m-p/2250428#M34671</link>
      <description>Hello,
&lt;BR /&gt;I have queue with messages I need to reorder (of course they are already in a group and with a sequence, but the order can be 2, 1, 4, 3) . I am using a route with a cJMS. 
&lt;BR /&gt;I would like to use the camel resequencer something like:
&lt;BR /&gt;from("direct:start")
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .resequence(header("seqnum")).stream(new StreamResequencerConfig(5000, 4000L))
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .to("mock:result")
&lt;BR /&gt;I did try to design a route to be able to use it but was not able to do so.
&lt;BR /&gt;My question is how I use a Camel resequencer? (as described in 
&lt;A href="http://camel.apache.org/resequencer.html)" target="_blank" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/resequencer.html)&lt;/A&gt;
&lt;BR /&gt;Thanks in advance,
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;Francois</description>
      <pubDate>Fri, 07 Nov 2014 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-the-Camel-Resequencer/m-p/2250428#M34671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to use the Camel Resequencer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-the-Camel-Resequencer/m-p/2250429#M34672</link>
      <description>François, 
&lt;BR /&gt;I don't think this is possible inside the studio. 
&lt;BR /&gt;What you can do is like you did in Camel/Java.(Develop it with studio &amp;amp; make a .kar yourself 
&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;And call that "direct:" from the studio. 
&lt;BR /&gt;That need to be tested on a Runtime. Can't be tested inside the studio.</description>
      <pubDate>Fri, 07 Nov 2014 14:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-use-the-Camel-Resequencer/m-p/2250429#M34672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T14:12:25Z</dc:date>
    </item>
  </channel>
</rss>

