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/27 17:34:54 UTC

[jira] Created: (AMQ-1749) sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.

sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.
-------------------------------------------------------------------------------------------------------------

                 Key: AMQ-1749
                 URL: https://issues.apache.org/activemq/browse/AMQ-1749
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.1.0
            Reporter: Gary Tully




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


[jira] Resolved: (AMQ-1749) sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-1749.
-----------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

fixed by:
New Revision: 660591

URL: http://svn.apache.org/viewvc?rev=660591&view=rev

thanks hiram.

> sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1749
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1749
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.1.0
>            Reporter: Gary Tully
>             Fix For: 5.2.0
>
>         Attachments: AMQ-1749.test, dummy.keystore
>
>


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


[jira] Updated: (AMQ-1749) sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-1749:
----------------------------

    Attachment: AMQ-1749.test
                dummy.keystore

test case uses dummy.keystore, a key store with a single cert named dummy. 
test starts two brokers and asserts that their certs match their config. they don't as the first configured SSLTransportFactory is used because of the static map.

The static is a problem, it is used by network connectors etc, it probabally needs to be tied to the broker.

> sslContext xbean element does not work for multiple brokers, SslTransportFactory is maintained in static map.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1749
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1749
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.1.0
>            Reporter: Gary Tully
>         Attachments: AMQ-1749.test, dummy.keystore
>
>


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