[
https://issues.apache.org/jira/browse/AMQ-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré reassigned AMQ-8490:
-----------------------------------------
Assignee: Jean-Baptiste Onofré
> 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.
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> 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)