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

Bruce Snyder closed AMQ-1330.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: AGING_TO_DIE)
                   5.1.0

Fixed by AMQ-1381. 

> SslTransport doesn't set the client certificate chain as transportContext
> -------------------------------------------------------------------------
>
>                 Key: AMQ-1330
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1330
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 4.1.1
>            Reporter: Erik Jõgi
>             Fix For: 5.1.0
>
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> org.apache.activemq.transport.tcp.SslTransport is supposed to override the 
> doConsume() method of TransportSupport and set the client certificate chain 
> as transportContext. 
> However the method signature is incorrect - instead of overriding:
> public void doConsume(Object command)
> it defines a new method:
> public void doConsume(Command command)
> which is never called.
> So it is fixed very easily - just change Command to Object in the method 
> signature.

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

Reply via email to