From dev-return-67528-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Oct 10 16:38:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C485E180672 for ; Wed, 10 Oct 2018 16:38:44 +0200 (CEST) Received: (qmail 67100 invoked by uid 500); 10 Oct 2018 14:38:43 -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 67088 invoked by uid 99); 10 Oct 2018 14:38:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2018 14:38:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DE10EE00A4; Wed, 10 Oct 2018 14:38:42 +0000 (UTC) From: cshannon To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #2191: ARTEMIS-1987 - Add consumer window size to Add... Content-Type: text/plain Message-Id: <20181010143842.DE10EE00A4@git1-us-west.apache.org> Date: Wed, 10 Oct 2018 14:38:42 +0000 (UTC) Github user cshannon commented on the issue: https://github.com/apache/activemq-artemis/pull/2191 Yes you need the latest client as well. This feature works by retrieving the value from the server as part of a query on connect. The old client doesn't know to read the default configured value. ---