<?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: Talend and RabbitMQ in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307126#M78602</link>
    <description>Hi vapukov,
&lt;BR /&gt;Thanks a lot. 
&lt;BR /&gt;So I have the job in place now. My URI looks like "rabbitmq://XXXXXXX:5672/Myqueue?username=myuser&amp;amp;password=mypass".
&lt;BR /&gt;But when I run I get
&lt;BR /&gt;Starting job rmqnew at 15:12 07/11/2016.
&lt;BR /&gt; connecting to socket on port 3356
&lt;BR /&gt; connected
&lt;BR /&gt;And it pretty much stays like that until I kill it. Any idea?
&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 07 Nov 2016 04:14:59 GMT</pubDate>
    <dc:creator>mourina</dc:creator>
    <dc:date>2016-11-07T04:14:59Z</dc:date>
    <item>
      <title>Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307120#M78596</link>
      <description>In our current setup (where we are now introducing Talend) we have RabbitMQ already in place as our central event broker. We now want Talend to start subscribing to queues in RabbitMQ, but this wasn't as easy as I'd initially hoped. 
&lt;BR /&gt;It seems that the ConnectionFactory in Talend is using AMQP 1.0, while RabbitMQ is using AMQP 0.9. There is an experimental plugin for RabbitMQ that introduces AMQP 1.0, but I would rather have Talend use AMQP 0.9 than having experimental plugins in production. For obvious reasons 
&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;What is the best way to having Talend interacting with RabbitMQ?</description>
      <pubDate>Sat, 16 Nov 2024 11:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307120#M78596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307121#M78597</link>
      <description>Hi darkhorse,&lt;BR /&gt;We have redirected your issue to ESB experts then come back to you as soon as we can.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 26 Aug 2015 10:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307121#M78597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307122#M78598</link>
      <description>Hi, 
&lt;BR /&gt;the best way in this case it to use the cMessageEndpoint component (Mediation Perspective in the Talend Studio) and to use the 'RabbitMQ'-component' (select 'rabbitmq' in the advanced tab of the cMessageEndpoint component - (add a new line to the table then you see a combobox which contains 'rabbitmq'. &amp;nbsp;) In this case you can access RabbitMQ via AMQP within a Talend-Route (the camel-rabbitmq component uses the RabbitMQ AMQP client).&amp;nbsp; 
&lt;BR /&gt;The cAMQP component can only be used with an AMQP 1.0 compatible broker as you also mentioned / found out.&amp;nbsp; 
&lt;BR /&gt;More information on options of the camel-rabbitmq component can be found also here:&amp;nbsp;http://camel.apache.org/rabbitmq.html&amp;nbsp; 
&lt;BR /&gt;Would be nice to get a short feedback if this has solved your questions and allowed you to progress on your tasks.&amp;nbsp; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Dietmar&amp;nbsp;</description>
      <pubDate>Wed, 26 Aug 2015 12:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307122#M78598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307123#M78599</link>
      <description>Hello dietmar,&lt;BR /&gt;Am using Talend ESB to publish messages to Rabbit mq.&lt;BR /&gt;earlier i was using components like cConnectionFactory,Ctimer,CAMQP,Clog.&lt;BR /&gt;In your prev comment i read about cMessagingEndpoint. i enabled it and the rabbitmqcomponnet.&lt;BR /&gt;Can you tell me now what all componnets to use now, and how to use.&lt;BR /&gt;I order to connect to rabbit mq, ill need to pass url, exchange name, routing key, data</description>
      <pubDate>Sun, 18 Oct 2015 10:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307123#M78599</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-10-18T10:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307124#M78600</link>
      <description>Hi,&lt;BR /&gt;My ESB open studio does not have mdiation perspective option. Also i cannot find CmessageInput component. Any pointer?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 07 Nov 2016 00:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307124#M78600</guid>
      <dc:creator>mourina</dc:creator>
      <dc:date>2016-11-07T00:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307125#M78601</link>
      <description>what version number? 
&lt;BR /&gt;in 6.2. it named - Routes, component will be available when You create (open) new route 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138380iDE414EB6D7785F4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRZ.png" alt="0683p000009MBRZ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 07 Nov 2016 01:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307125#M78601</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-07T01:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307126#M78602</link>
      <description>Hi vapukov,
&lt;BR /&gt;Thanks a lot. 
&lt;BR /&gt;So I have the job in place now. My URI looks like "rabbitmq://XXXXXXX:5672/Myqueue?username=myuser&amp;amp;password=mypass".
&lt;BR /&gt;But when I run I get
&lt;BR /&gt;Starting job rmqnew at 15:12 07/11/2016.
&lt;BR /&gt; connecting to socket on port 3356
&lt;BR /&gt; connected
&lt;BR /&gt;And it pretty much stays like that until I kill it. Any idea?
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 07 Nov 2016 04:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307126#M78602</guid>
      <dc:creator>mourina</dc:creator>
      <dc:date>2016-11-07T04:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307127#M78603</link>
      <description>I not great expert in RabbitMQ, but I use different settings, You can see from 2nd picture - You use not full format 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBCH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156075iD23AE1D662847B4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBCH.png" alt="0683p000009MBCH.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138132iADC8CD1BA03BD75E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRe.png" alt="0683p000009MBRe.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBQh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148090i2BBFB22047E35A18/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBQh.png" alt="0683p000009MBQh.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 07 Nov 2016 08:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307127#M78603</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-07T08:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307128#M78604</link>
      <description>Hi Vapukov, 
&lt;BR /&gt;You have been a lot of help so far. My module is working now. Problem was with my URI. I had to pass more parameters to match exactly with the exchange set up. 
&lt;BR /&gt;Now can anyone suggest the best way to dump these messages to a database? 
&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 08 Nov 2016 02:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307128#M78604</guid>
      <dc:creator>mourina</dc:creator>
      <dc:date>2016-11-08T02:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307129#M78605</link>
      <description>Add runJob, and parse header and body to Job, inside Job as usual - parse Json, do anything what You need &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBIA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137637i6BF57BE8E3C63AB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBIA.png" alt="0683p000009MBIA.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146821i36B38A18F8F14B99/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRj.png" alt="0683p000009MBRj.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Nov 2016 03:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307129#M78605</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-08T03:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307130#M78606</link>
      <description>&amp;nbsp; 
&lt;BR /&gt;I have these 2 components now. I assume there is no need for a JSON parser as I want the whole payload to be loaded in Oracle.&amp;nbsp; Again I am a bit stuck. Nothing gets passed on to the oracle table.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBIp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150429iB3A81DE2880D47AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBIp.png" alt="0683p000009MBIp.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132974iEF5B9307B54F698A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRo.png" alt="0683p000009MBRo.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Nov 2016 06:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307130#M78606</guid>
      <dc:creator>mourina</dc:creator>
      <dc:date>2016-11-08T06:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307131#M78607</link>
      <description>It work, how You pass body? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBNi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138794i49732DE9CBBCDFCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBNi.png" alt="0683p000009MBNi.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307131#M78607</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-08T18:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307132#M78608</link>
      <description>Hey Vapukov, 
&lt;BR /&gt;Its working now . I am getting something like this in my oracle table 
&lt;BR /&gt; 
&lt;BR /&gt;So now I have a tJsonextract component as I want all the tags in JSON payload to come as coumns in oracle table. Or atleast the ones which I define while creating the Oracle table. Can you advice what should be the idle configuration for this tjsonextract component.&amp;nbsp; 
&lt;BR /&gt;I am a bit confused as I saw in your previous screen shot that you used the tjsonextract component directly. However in &amp;nbsp;talend documentation for this component, there is a twritejsonfield before tjsonextract 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139950i8E336B64C1CE960A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBAA.png" alt="0683p000009MBAA.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBMl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147492i0AA2FF4B0D1BD5E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBMl.png" alt="0683p000009MBMl.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 09 Nov 2016 09:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307132#M78608</guid>
      <dc:creator>mourina</dc:creator>
      <dc:date>2016-11-09T09:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307133#M78609</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on something quite similar but I don't manage to make it work ... I succeed in getting messages from rabbitmq, that means my cMessagingEndpoint component is well configured. But then i need to extract all informations contained in my message (Headers and Payload). I have built the same route and job as you but i still don't know how to configure these 3 components : cSetHeader, cProcessor, cExtractJsonFields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find attached my current work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltm1"&gt;Capture d’écran_2018-10-15_17-56-11.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtWP"&gt;Capture d’écran_2018-10-15_17-56-40.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtcC"&gt;Capture d’écran_2018-10-15_17-57-08.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtmP"&gt;Capture d’écran_2018-10-15_17-57-22.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltlh"&gt;Capture d’écran_2018-10-15_17-57-48.png&lt;/A&gt;</description>
      <pubDate>Tue, 16 Oct 2018 13:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307133#M78609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307134#M78610</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still stuck on that purpose... noone knows how to manage that ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 07:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307134#M78610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend and RabbitMQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307135#M78611</link>
      <description>&lt;P&gt;Hi, please check the below link,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kVvwCAE#M86744" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Talend-ESB-amp-Rabbitmq-Explaining-way-to-consume-and-parse/m-p/140313#M86744&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 20:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-and-RabbitMQ/m-p/2307135#M78611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T20:18:29Z</dc:date>
    </item>
  </channel>
</rss>

