Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 37726 invoked from network); 21 Jan 2010 16:35:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2010 16:35:12 -0000 Received: (qmail 21349 invoked by uid 500); 21 Jan 2010 16:35:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 21324 invoked by uid 500); 21 Jan 2010 16:35:11 -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 21314 invoked by uid 99); 21 Jan 2010 16:35:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2010 16:35:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP 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; Thu, 21 Jan 2010 16:35:04 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9AAC4234C052 for ; Thu, 21 Jan 2010 08:34:43 -0800 (PST) Message-ID: <108938432.8001264091683627.JavaMail.jira@brutus.apache.org> Date: Thu, 21 Jan 2010 16:34:43 +0000 (UTC) From: "Eric Bouer (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2576) Discovery is broken when using HTTP transport. 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 Discovery is broken when using HTTP transport. ---------------------------------------------- Key: AMQ-2576 URL: https://issues.apache.org/activemq/browse/AMQ-2576 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 5.3.0 Reporter: Eric Bouer When I use HTTP transport I get no advisory messages and no indication of connection lost in the broker. I kill my producer with CTRL+C and I still see it in the web console under connections/connector http, and "true" in active column. Ofcurse I don't have this problem when using tcp transport. Broker transport is configured this way: My Broker and Client are 5.3.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.