[ 
https://issues.apache.org/jira/browse/AMQ-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498722#comment-17498722
 ] 

bogdan t. commented on AMQ-8490:
--------------------------------

Attaching  [^httptransport.xml]. My intention was to remove jetty version / 
servlet details for HTTP(S) transport. It's possible for HTTP with following 
configuration, but it not with HTTPS. 

> 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
>         Attachments: httptransport.xml
>
>
> 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