Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDDF210575 for ; Fri, 21 Feb 2014 10:20:25 +0000 (UTC) Received: (qmail 98831 invoked by uid 500); 21 Feb 2014 10:20:24 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 98517 invoked by uid 500); 21 Feb 2014 10:20:22 -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 98494 invoked by uid 99); 21 Feb 2014 10:20:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 10:20:19 +0000 Date: Fri, 21 Feb 2014 10:20:19 +0000 (UTC) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-5070) Broker should stop accepting work when trying to shut down transports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dejan Bosanac created AMQ-5070: ---------------------------------- Summary: Broker should stop accepting work when trying to shut down transports Key: AMQ-5070 URL: https://issues.apache.org/jira/browse/AMQ-5070 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.9.0 Reporter: Dejan Bosanac Assignee: Dejan Bosanac Fix For: 5.10.0 While broker is shutting down, rarely in overstressed environment, it can block for a while trying to stop transport connections. In those situations we should prevent the broker from accepting any work (new connections and commands through existing ones). -- This message was sent by Atlassian JIRA (v6.1.5#6160)