[
https://issues.apache.org/activemq/browse/AMQCPP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40480
]
Timothy Bish commented on AMQCPP-140:
-------------------------------------
Personally I'm not really a fan of this solution. I'd much rather see us using
APR for the SSL support as I don't really want to have to go down the path of
supporting all the various platform issues that arise from this in AMQ-CPP.
You said that you don't like the APR solution but I don't see you giving much
evidence that its not a workable solution. If there are things missing from
their implementation then you could go ahead and add what you need ad submit it
as a patch, I know they are still looking for more patches for the 1.3 release.
> Add SSL transport
> -----------------
>
> Key: AMQCPP-140
> URL: https://issues.apache.org/activemq/browse/AMQCPP-140
> Project: ActiveMQ C++ Client
> Issue Type: New Feature
> Affects Versions: 2.2
> Reporter: Nathan Mittler
> Assignee: Nathan Mittler
> Fix For: 2.2
>
> Attachments: amqcpp-ssl.patch2
>
>
> Need a secure transport for activemq-cpp. Some options for ssl support:
> 1) OpenSSL - fairly robust set of ssl functions
> 2) APR - trunk has added support for ssl sockets. An attractive option,
> given that we're already starting to incorporate API in other areas.
> Should create a Java-like set of classes in decaf to add basic ssl support,
> then use those classes to make an SSLTransport in activemq-cpp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.