You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/05/13 21:42:43 UTC

[jira] Updated: (AMQ-1724) Allow ssl context configuration through spring/xbean

     [ https://issues.apache.org/activemq/browse/AMQ-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-1724:
----------------------------

    Attachment: AMQ-1724.patch

This patch adds an SslContextInitializer interface to SslTransportFactory that is used to initialise an SSLContext. This makes it easier to inject the configuration required to support setting ssl properties from spring.
There is also an additional register method on SslTransportFactory that allows a factory to register itself as the provider of ssl sockets. This allows a spring configured factory to be used across the broker for all ssl comms, client and network.
There are a bunch of tests that show simple ssl context initialisation and more explicit initialisation using a TransportServer


> Allow ssl context configuration through spring/xbean
> ----------------------------------------------------
>
>                 Key: AMQ-1724
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1724
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 5.1.0
>            Reporter: Gary Tully
>         Attachments: AMQ-1724.patch
>
>
> amq ssl works with the javax.net.ssl system properties and can be configured via SslBroker without the system properties as shown in AMQ-1665. It would be better if it was possible to configure via spring or xbean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.