<?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: dynamically define cJMS destination queue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210069#M8644</link>
    <description>Hi Laci,&lt;BR /&gt;You can manipulate what queue cJMS will use at runtime by changing a header on the Camel Exchange.&lt;BR /&gt;Please see:&lt;BR /&gt;&lt;A href="http://camel.apache.org/jms.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/jms.html&lt;/A&gt;&lt;BR /&gt;Heading: Reuse endpoint and send to different destinations computed at runtime&lt;BR /&gt;You can use the cSetHeader component (or your custom processor) to set the CamelJmsDestinationName header to the desired queue name.&lt;BR /&gt;Hope that helps!&lt;BR /&gt;-Ben</description>
    <pubDate>Tue, 05 Nov 2013 20:08:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-05T20:08:20Z</dc:date>
    <item>
      <title>dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210059#M8634</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;Is it possible to define the destination queue of the cJMS component dynamically?&lt;BR /&gt;I tried to define the destination by a context variable but if I change the value of the context variable within the route, the new value is not known in the cJMS component.&lt;BR /&gt;Any ideas?&lt;BR /&gt;thanks, laci&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210059#M8634</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210060#M8635</link>
      <description>Hi, 
&lt;BR /&gt;You can use context value in cJMS destination queue.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I tried to define the destination by a context variable but if I change the value of the context variable within the route, the new value is not known in the cJMS component.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Please give us the screenshots of your current contexts setting so that we can address your issue.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 31 Oct 2013 03:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210060#M8635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-31T03:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210061#M8636</link>
      <description>Hi Sabrina&lt;BR /&gt;Yes, I know that I can use a context Variable. What I tried is to set the value of a context variable in a cProcessor Component&lt;BR /&gt;context.put("destinationEvita", "new.queue");&lt;BR /&gt;the cProcessor component leads to the cJMS component which uses context.destinationEvita as Destination.&lt;BR /&gt;But when you look at the source code, you will see that the Destination which the cJMS component will use is set in a initialization phase when the route starts. So setting the value of that context variable at runtime has no effect.&lt;BR /&gt;Any other way to set the Destination field of the cJMS component dynamically?&lt;BR /&gt;Thanks,&lt;BR /&gt;Laci</description>
      <pubDate>Thu, 31 Oct 2013 10:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210061#M8636</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-10-31T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210062#M8637</link>
      <description>Hi, 
&lt;BR /&gt;Why don't you set the context value in "Contexts" view? It seems what you put value to a global variable? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAIS.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140382i27C736D4817363D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAIS.jpg" alt="0683p000009MAIS.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 01 Nov 2013 02:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210062#M8637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-01T02:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210063#M8638</link>
      <description>Hi Sabrina&lt;BR /&gt;sorry, you don't seem to understand what I mean.&lt;BR /&gt;I want to set the queue dynamically in the cJMS component. That means, that I want to be able to change the queue during the process of my route.&lt;BR /&gt;For example: Say, I have a header variable QueueName="queue1"&lt;BR /&gt;then I want to send my message to queue1.&lt;BR /&gt;If the value of my header variable is QueueName="queue2"&lt;BR /&gt;then I want to send my message to queue2&lt;BR /&gt;That's why I tried to change the value of the context variable.&lt;BR /&gt;&lt;BR /&gt;How can I upload a screenshot here? I can't find a button for that.&lt;BR /&gt;Best, Laci</description>
      <pubDate>Mon, 04 Nov 2013 08:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210063#M8638</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-04T08:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210064#M8639</link>
      <description>Hi, 
&lt;BR /&gt;You should register and log in as a Community member first, then you'll get a Image upload box that allows to upload screen captures and images up to 200KB.(20 images per post, each image must be less then 1024x768 pixels and 200 KB)
&lt;BR /&gt;For registered users, please clicking on "post reply" (not through the quick post").
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 04 Nov 2013 08:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210064#M8639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210065#M8640</link>
      <description>If you are familiar with Camel, you can use Camel Properties.&lt;BR /&gt;&lt;A href="http://camel.apache.org/properties.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/properties.html&lt;/A&gt;</description>
      <pubDate>Mon, 04 Nov 2013 09:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210065#M8640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210066#M8641</link>
      <description>Thanks camsellem, that helped a bit further. 
&lt;BR /&gt;In a cProcessor component I have the following code: 
&lt;BR /&gt;org.apache.camel.component.properties.PropertiesComponent pc = new org.apache.camel.component.properties.PropertiesComponent(); 
&lt;BR /&gt;pc.setLocation("file:/home/talend/msp.properties"); 
&lt;BR /&gt;org.apache.camel.CamelContext camelContext = getCamelContextMap().get("TestCntx-ctx"); 
&lt;BR /&gt;camelContext.addComponent("properties", pc); 
&lt;BR /&gt;(TestCntx-ctx is the name of my route) 
&lt;BR /&gt;the cProcessor component leads to a cMessagingEndpoint with the URI: 
&lt;BR /&gt;"{{destination.queue}}" 
&lt;BR /&gt;which is defined in the file /home/talend/msp.properties as follows: 
&lt;BR /&gt;destination.queue=myQueue 
&lt;BR /&gt;When I run it in Talend Studio I get the error: 
&lt;BR /&gt;Failed to create route cJMS_1 at: &amp;gt;&amp;gt;&amp;gt; To &amp;lt;&amp;lt;&amp;lt; in route: Route] -&amp;gt; [pr... because of PropertiesComponent with name properties must be defined in CamelContext to support property placeholders. 
&lt;BR /&gt; 
&lt;BR /&gt;I suspect that it doesn't work because the PropertiesComponent object is not registered correctly. But how do I do it? 
&lt;BR /&gt;Thanks for your help, 
&lt;BR /&gt;Laci</description>
      <pubDate>Mon, 04 Nov 2013 13:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210066#M8641</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-04T13:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210067#M8642</link>
      <description>ok, I found the solution.&lt;BR /&gt;I have to define the PropertiesComponent in a cConfig component like this:&lt;BR /&gt;org.apache.camel.component.properties.PropertiesComponent pc = new org.apache.camel.component.properties.PropertiesComponent();&lt;BR /&gt;pc.setLocation("file:/home/talend/msp.properties");&lt;BR /&gt;camelContext.addComponent("properties", pc);&lt;BR /&gt;&lt;BR /&gt;And then I can use a cJMS component with destination:&lt;BR /&gt;"{{destination.queue}}"&lt;BR /&gt;where &lt;BR /&gt;destination.queue=queue.name&lt;BR /&gt;is defined in /home/talend/msp.properties</description>
      <pubDate>Tue, 05 Nov 2013 07:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210067#M8642</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-05T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210068#M8643</link>
      <description>... but how can I change the value of a Camel Property at runtime?</description>
      <pubDate>Tue, 05 Nov 2013 09:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210068#M8643</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-05T09:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210069#M8644</link>
      <description>Hi Laci,&lt;BR /&gt;You can manipulate what queue cJMS will use at runtime by changing a header on the Camel Exchange.&lt;BR /&gt;Please see:&lt;BR /&gt;&lt;A href="http://camel.apache.org/jms.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/jms.html&lt;/A&gt;&lt;BR /&gt;Heading: Reuse endpoint and send to different destinations computed at runtime&lt;BR /&gt;You can use the cSetHeader component (or your custom processor) to set the CamelJmsDestinationName header to the desired queue name.&lt;BR /&gt;Hope that helps!&lt;BR /&gt;-Ben</description>
      <pubDate>Tue, 05 Nov 2013 20:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210069#M8644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T20:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210070#M8645</link>
      <description>Hi Ben&lt;BR /&gt;Thanks a lot. A simple and working way to do it!&lt;BR /&gt;Best,&lt;BR /&gt;Laci</description>
      <pubDate>Wed, 06 Nov 2013 07:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210070#M8645</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-11-06T07:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210071#M8646</link>
      <description>hi ,&lt;BR /&gt;i want to set Content-Type value dynamically from database in cHttp ?&lt;BR /&gt;Can anyone tell me how to do this?</description>
      <pubDate>Mon, 06 Oct 2014 11:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210071#M8646</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-06T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210072#M8647</link>
      <description>Hi Suresh,
&lt;BR /&gt;Please post your question as a new thread. &amp;nbsp;When you do, try and be more descriptive about your use case.</description>
      <pubDate>Mon, 06 Oct 2014 14:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210072#M8647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210073#M8648</link>
      <description>Hi Suresh, 
&lt;BR /&gt;This example uses XPath to pull a value from an XML message and use it as the queue name in the following cJMS component. &amp;nbsp;The appearance is a little different from 5.x because it's 6.0. 
&lt;BR /&gt;Hope this helps. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAGn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135928iF75DFC59A220A9AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAGn.png" alt="0683p000009MAGn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210073#M8648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210074#M8649</link>
      <description>Hi guys 
&lt;BR /&gt;I had similar question recently in a Message Dispatcher need. &amp;nbsp; 
&lt;BR /&gt;Here was my approach 
&lt;BR /&gt;I choosed a combination of&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;cProcessor (or anything else) that sets a Header variable 
&lt;BR /&gt; 
&lt;PRE&gt;"MYQUEUE"&lt;/PRE&gt; 
&lt;BR /&gt; (depending of my logic) 
&lt;BR /&gt;cRecipientList with a Simple expression&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;"cMQConnectionFactory1:queue:"+"${in.header.MYQUEUE}"&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;The trick is the URI that uses the JMS Connection Factory 
&lt;BR /&gt;Vincent</description>
      <pubDate>Fri, 23 Oct 2015 06:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210074#M8649</guid>
      <dc:creator>vharcq</dc:creator>
      <dc:date>2015-10-23T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210075#M8650</link>
      <description>&lt;P&gt;Yes, just have to change the "CamelJmsDestinationName" header and that's all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing to understand with contexts is they behave completly differet in routes/camel than in jobs. They are read at route startup but if you change their values they never will be taken in account. So they are only constant values. Headers and properties are the main stuff for dynamic variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Loko&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 10:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210075#M8650</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-04-14T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210076#M8651</link>
      <description>&lt;P&gt;Hey Loko,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;that's not exactly true! Have a look &lt;A href="https://community.qlik.com/s/feed/0D73p000004kHn6CAE#M28464" target="_self"&gt;here&lt;/A&gt;to check out how to change your contexts with the help of external config files - it's pretty useful!&lt;/P&gt; 
&lt;P&gt;Thanks for the tip about the JMS Header!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210076#M8651</guid>
      <dc:creator>davidferguson</dc:creator>
      <dc:date>2018-08-06T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210077#M8652</link>
      <description>Hi David.
&lt;BR /&gt;I know that .cfg file option, but what I said stays 100% true ! Once the value has been initialized, in the route itself or overriden by the cfgFile, it will never change. You could manually change its value in a cProcessor for instance, but the change would be lost for the nexr steps of your route.</description>
      <pubDate>Wed, 29 Aug 2018 14:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210077#M8652</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2018-08-29T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically define cJMS destination queue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210078#M8653</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKlAAAW"&gt;@Loko&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;maybe I'm not understanding you correctly...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here's an example of what I mean:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Simple REST Service set-up" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzhN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157560i1D51658146AF85C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzhN.png" alt="0683p000009LzhN.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Simple REST Service set-up&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Contents of cSetBody with context variable usage" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzQ7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135866i4E4D070A8E6EC4DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzQ7.png" alt="0683p000009LzQ7.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Contents of cSetBody with context variable usage&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Context variable initialisation" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzBg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145609i9B75ADC7A4E23BAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzBg.png" alt="0683p000009LzBg.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Context variable initialisation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GET REST call with browser" style="width: 221px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzhW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128820iE066E465DAF7A929/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzhW.png" alt="0683p000009LzhW.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;GET REST call with browser&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Getting ID" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzhb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128254i715150F7E1EA8B31/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzhb.png" alt="0683p000009Lzhb.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Getting ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Updating config for the already deployed service" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzaw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129581iEE65C52BAB824844/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzaw.png" alt="0683p000009Lzaw.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Updating config for the already deployed service&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Second GET REST call to service after update" style="width: 312px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzhg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148734iCFC8FAFEE151D4CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzhg.png" alt="0683p000009Lzhg.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Second GET REST call to service after update&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Can you show me an example of what you mean? I'm still quite new to Routes in Talend ESB and still trying to get my head around them, so it's quite possible that I'm missing something. In any case, if you have anything to teach me about Routes, I'll gladly take the advice!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/dynamically-define-cJMS-destination-queue/m-p/2210078#M8653</guid>
      <dc:creator>davidferguson</dc:creator>
      <dc:date>2018-08-29T15:33:06Z</dc:date>
    </item>
  </channel>
</rss>

