Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 93220 invoked from network); 1 Nov 2009 20:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 20:01:18 -0000 Received: (qmail 41560 invoked by uid 500); 1 Nov 2009 20:01:18 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 41526 invoked by uid 500); 1 Nov 2009 20:01:17 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 41516 invoked by uid 99); 1 Nov 2009 20:01:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 20:01:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 20:01:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14A34234C48D for ; Sun, 1 Nov 2009 12:00:54 -0800 (PST) Message-ID: <410676332.1257105654080.JavaMail.jira@brutus> Date: Sun, 1 Nov 2009 12:00:54 -0800 (PST) From: "Roman Ainbound (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2469) HTTP Tunneling for Embedded Broker In-Reply-To: <1000930801.1256824133758.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ 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.