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 DD45B200D3B for ; Fri, 10 Nov 2017 21:06:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DBAC7160BEE; Fri, 10 Nov 2017 20:06:57 +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 54F13160BE0 for ; Fri, 10 Nov 2017 21:06:57 +0100 (CET) Received: (qmail 50573 invoked by uid 500); 10 Nov 2017 20:06:56 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 50562 invoked by uid 99); 10 Nov 2017 20:06:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 20:06:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 582CF184033 for ; Fri, 10 Nov 2017 20:06:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id BBaS6_xSGP8X for ; Fri, 10 Nov 2017 20:06:54 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4641B5F569 for ; Fri, 10 Nov 2017 20:06:54 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 15B2C15F785CD for ; Fri, 10 Nov 2017 13:06:52 -0700 (MST) Date: Fri, 10 Nov 2017 13:06:52 -0700 (MST) From: "art.licis" To: users@activemq.apache.org Message-ID: <1510344412085-0.post@n4.nabble.com> In-Reply-To: <1508226927638-0.post@n4.nabble.com> References: <1508226927638-0.post@n4.nabble.com> Subject: Re: ActiveMQ Message Window size MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 10 Nov 2017 20:06:58 -0000 You are very unclear with requirements, but if you want to limit how many messages are buffered on a consumer side, then in ActiveMQ 5.x it's called 'prefetch limit'. Params can be passed via connection URI (for all destinations), or along destination name as a destination option. A very detailed explanation is here: http://activemq.apache.org/what-is-the-prefetch-limit-for.html -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html