mattrpav commented on code in PR #2133:
URL: https://github.com/apache/activemq/pull/2133#discussion_r3623694598


##########
activemq-broker/src/main/java/org/apache/activemq/broker/TransportConnector.java:
##########
@@ -337,7 +338,8 @@ protected TransportServer createTransportServer() throws 
IOException, URISyntaxE
             throw new IllegalArgumentException(
                     "You must specify the brokerService property. Maybe this 
connector should be added to a broker?");
         }
-        return TransportFactorySupport.bind(brokerService, uri);
+        SslContext ctx = sslContext != null ? sslContext : 
brokerService.getSslContext();

Review Comment:
   This completed w/ the last commit that has changes based on review feedback, 
and includes the volatile update.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to