Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 16747 invoked from network); 25 Jan 2011 19:13:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 19:13:04 -0000 Received: (qmail 46709 invoked by uid 500); 25 Jan 2011 19:13:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 46622 invoked by uid 500); 25 Jan 2011 19:13:04 -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 46614 invoked by uid 99); 25 Jan 2011 19:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 19:13:04 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 19:13:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0PJChxh013389 for ; Tue, 25 Jan 2011 19:12:43 GMT Message-ID: <23285122.197521295982763210.JavaMail.jira@thor> Date: Tue, 25 Jan 2011 14:12:43 -0500 (EST) From: "Kevin Quick (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-349) broker restarts undetectable via tcp: transport MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 broker restarts undetectable via tcp: transport ----------------------------------------------- Key: AMQCPP-349 URL: https://issues.apache.org/jira/browse/AMQCPP-349 Project: ActiveMQ C++ Client Issue Type: Bug Affects Versions: 3.2.4 Reporter: Kevin Quick Assignee: Timothy Bish A client connected to a queue on a broker via a tcp: transport connection receives no indication of a broker restart. This leaves the client waiting forever for messages on the queue but the broker does not have a subscription for that client. The client has no indication that it must initiate a reconnection with the broker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.