You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ganesh (Jira)" <ji...@apache.org> on 2020/10/08 13:54:00 UTC

[jira] [Comment Edited] (CAMEL-11780) camel-amqp - SSL Transport configuration

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

Ganesh edited comment on CAMEL-11780 at 10/8/20, 1:53 PM:
----------------------------------------------------------

[~davsclaus]

This PR doesn't seems to be merged to the master. 
 If the SSL support is already done in the camel-amqp component in another way (refactored).

If this is already available (which I don't see), please explain how to use in the `camel-amqp-sink-connector` documentation and we can close this ticket. 
 Thanks a lot.

 

As this SSL support is not there we are forced to use `camel-rabbitmq-sink-connector` and then convert the message from AMQP 0.9 protocol to AMQP 1.0 using the RabbitMQ shovel configuration.  This is quite unnecessary step. 

 


was (Author: rgannu):
Hi, 

This PR doesn't seems to be merged to the master. 
If the SSL support is already done in the camel-amqp component in another way (refactored), then please explain in this ticket and close this ticket. 
Thanks a lot.

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)