bogdan t. created AMQ-8490:
------------------------------

             Summary: Cannot configure Jetty for HttpsTransport
                 Key: AMQ-8490
                 URL: https://issues.apache.org/jira/browse/AMQ-8490
             Project: ActiveMQ
          Issue Type: Bug
          Components: Transport
            Reporter: bogdan t.


When using HttpTransport I can configure jetty by providing jetty.xml
{noformat}
<amq:transportConnector name="externalTransport" 
uri="http://localhost:8088?jetty.config=src/test/resources/httptransport.xml"/>
{noformat}

The same is *not possible* for secure https, even when providing jetty.config 
property, it's not processed as:
{noformat}
org.apache.activemq.transport.http.HttpTransportFactory#doBind
calls: result.setJettyOptions(jettyOptions);

org.apache.activemq.transport.https.HttpsTransportFactory#doBind
do not call neither super method not call JettyOptions directly
{noformat}





--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to