Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F2714200B48 for ; Mon, 18 Jul 2016 17:31:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F1191160A87; Mon, 18 Jul 2016 15:31:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A810160A5D for ; Mon, 18 Jul 2016 17:31:21 +0200 (CEST) Received: (qmail 39381 invoked by uid 500); 18 Jul 2016 15:31:20 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 39367 invoked by uid 99); 18 Jul 2016 15:31:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 15:31:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7566E2C0031 for ; Mon, 18 Jul 2016 15:31:20 +0000 (UTC) Date: Mon, 18 Jul 2016 15:31:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6362) Add an option to time out connection attempts when blocked in ensureConnectionInfoSent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 18 Jul 2016 15:31:22 -0000 [ https://issues.apache.org/jira/browse/AMQ-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382460#comment-15382460 ] ASF subversion and git services commented on AMQ-6362: ------------------------------------------------------ Commit f43c090809bbb59d86ffac8f8105f08a71142aaa in activemq's branch refs/heads/master from [~tabish121] [ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=f43c090 ] https://issues.apache.org/jira/browse/AMQ-6362 Add option connectResponseTimeout to allow a stuck connection in ensureConnectionInfoSent from stalling out a client. Timeout is disabled by default. > Add an option to time out connection attempts when blocked in ensureConnectionInfoSent > -------------------------------------------------------------------------------------- > > Key: AMQ-6362 > URL: https://issues.apache.org/jira/browse/AMQ-6362 > Project: ActiveMQ > Issue Type: New Feature > Components: JMS client > Affects Versions: 5.13.3 > Reporter: Timothy Bish > Assignee: Timothy Bish > Fix For: 5.14.0 > > > In some rare cases client side stack traces show client can be stuck in ensureConnectionInfoSent wanting forever for a response from the broker. We will add an optional timeout to allow this operation to fail (defaults off). -- This message was sent by Atlassian JIRA (v6.3.4#6332)