<?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: Producing camel rabbitmq message over ssl in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Producing-camel-rabbitmq-message-over-ssl/m-p/2312442#M83393</link>
    <description>As far as I know, the rabbit-mq is not compatible with the current Camel release. I suggest you use the Apache MQ.</description>
    <pubDate>Sat, 30 Jul 2016 14:52:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-30T14:52:32Z</dc:date>
    <item>
      <title>Producing camel rabbitmq message over ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Producing-camel-rabbitmq-message-over-ssl/m-p/2312441#M83392</link>
      <description>&lt;P&gt;I have a data integration job that used apache camel to produce rabbitmq messages to a queue. I want the job to publish over a ssl encrypted channel. In the apache camel documentation I see the trustManager and sslProtocol properties. &amp;nbsp;How do I configure the sendBodyAndHeaders method to publish on ssl? I do not see this in any of the documentation either in Talend or Apache for integration jobs.&lt;BR /&gt;the tJavaFlex code working non-secure (no ssl):&lt;BR /&gt;Start code:&lt;BR /&gt;// start part of your Java code&lt;BR /&gt;org.apache.camel.ProducerTemplate localmdsProducer = (org.apache.camel.ProducerTemplate) globalMap.get("camelProducer");&amp;nbsp;&lt;BR /&gt;String srabbitURI2S=context.rabbitmqBaseUri+"/"+context.rabbitmqExchange+"?routingKey="+context.mdsroutingKey+"&amp;amp;declare="+context.rabbitmqDeclare+"&amp;amp;durable="+context.rabbitmqDurable+"&amp;amp;exchangeType="+context.rabbitmqExchangeType+"&amp;amp;autoDelete="+context.rabbitmqAutoDelete+"&amp;amp;username="+context.rabbitmqusername+"&amp;amp;password="+context.rabbitmqpassword;&lt;BR /&gt;java.util.Map&amp;lt;String, Object&amp;gt; headers = new java.util.HashMap&amp;lt;String, Object&amp;gt;();&lt;BR /&gt;headers.put("rabbitmq.ROUTING_KEY", context.mdsroutingKey);&lt;BR /&gt;Main code:&lt;BR /&gt;localmdsProducer.sendBodyAndHeaders(srabbitURI2, row7.output,headers);&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 19:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Producing-camel-rabbitmq-message-over-ssl/m-p/2312441#M83392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-27T19:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Producing camel rabbitmq message over ssl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Producing-camel-rabbitmq-message-over-ssl/m-p/2312442#M83393</link>
      <description>As far as I know, the rabbit-mq is not compatible with the current Camel release. I suggest you use the Apache MQ.</description>
      <pubDate>Sat, 30 Jul 2016 14:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Producing-camel-rabbitmq-message-over-ssl/m-p/2312442#M83393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-30T14:52:32Z</dc:date>
    </item>
  </channel>
</rss>

