[
https://issues.apache.org/activemq/browse/AMQ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55110#action_55110
]
Roman Ainbound commented on AMQ-2469:
-------------------------------------
Current implementation of HttpTransportServer creates its own Jetty instance
and puts HttpTunnelServlet inside it with TransportAcceptListener as a
parameter.
HttpEmbeddedTunnelServlet just creates HttpTransportServer, so new Jetty
instance also created, which seems to be not correct behaviour when user wants
to embed the transport inside exisiting Servlet container.
> HTTP Tunneling for Embedded Broker
> ----------------------------------
>
> Key: AMQ-2469
> URL: https://issues.apache.org/activemq/browse/AMQ-2469
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Connector
> Affects Versions: 5.3.0
> Reporter: Dejan Bosanac
> Assignee: Dejan Bosanac
> Fix For: 5.4.0
>
>
> We should enable reuse of HttpTunnelServlet inside existing web servlet
> containers, so the transport can be used inside the war.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.