Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D784C186EF for ; Thu, 30 Jul 2015 12:28:04 +0000 (UTC) Received: (qmail 43222 invoked by uid 500); 30 Jul 2015 12:28:04 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 43182 invoked by uid 500); 30 Jul 2015 12:28:04 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 43172 invoked by uid 99); 30 Jul 2015 12:28:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 12:28:04 +0000 Date: Thu, 30 Jul 2015 12:28:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-9033) Abstract undertow HttpHandler creation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647555#comment-14647555 ] ASF GitHub Bot commented on CAMEL-9033: --------------------------------------- GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/579 [CAMEL-9033] Unregister HttpHandler on Consumer stop You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/camel CAMEL-9033 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/579.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #579 ---- commit b440b6bdfbc104f45ad079f34ffb07202fca11a1 Author: Thomas Diesler Date: 2015-07-30T12:23:09Z [CAMEL-9033] Unregister HttpHandler on Consumer stop ---- > Abstract undertow HttpHandler creation > -------------------------------------- > > Key: CAMEL-9033 > URL: https://issues.apache.org/jira/browse/CAMEL-9033 > Project: Camel > Issue Type: Improvement > Components: camel-undertow > Reporter: Thomas Diesler > Assignee: Claus Ibsen > Fix For: 2.16.0 > > > This would allow Undertow consumers to get created on the default host of an already running server, which would be the case for wildfly integration > CrossRef: https://github.com/wildfly-extras/wildfly-camel/issues/779 -- This message was sent by Atlassian JIRA (v6.3.4#6332)