[ 
https://issues.apache.org/jira/browse/CAMEL-11780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16210702#comment-16210702
 ] 

Cyril EDME commented on CAMEL-11780:
------------------------------------

Hi,
I had to change my JVM version, my company is using Java 7, so we had to 
downgrade our version of camel and qpid.
Hopefully qpid handles the amqps with the transport options to configure the 
stores and passwords without using the java system properties. To achieve that, 
you just have to create the JmsConnectionFactory with the remoteURI yourself 
(amqps://broker:5671?transport.......)

But if you can handle that directly through the AMQP component that would be 
great or even better with the [JSSE 
Utility|http://camel.apache.org/camel-configuration-utilities.html]. Sadly I 
wont be able to try it on my current project.

Anyway, thank you for your great work, I will try to be more involved.

> camel-amqp - SSL Transport configuration
> ----------------------------------------
>
>                 Key: CAMEL-11780
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11780
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-amqp
>    Affects Versions: 2.19.2
>            Reporter: Cyril EDME
>            Assignee: Viral Gohel
>             Fix For: 2.21.0
>
>
> Hi,
> i'm using camel and specially the amqp component to consume a topic. 
> Everything is working well but I'm confused regarding the SSL configuration.
> It's not clear in the documentation, I don't want to use the default JVM 
> certificate storage so I tried to configure the connection factory with the 
> [qpid 
> documentation|https://qpid.apache.org/releases/qpid-jms-0.24.0/docs/index.html#ssl-transport-configuration-options]
>  but the qpid-jms-client version used by amqp component (0.11.1) doesn't 
> handle the amqps schema URI.
> There is another way to configure the SSL transport like the key store 
> location and password without a qpid upgrade ?
> Thanks !



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to