Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D38C9729 for ; Wed, 1 Feb 2012 03:20:23 +0000 (UTC) Received: (qmail 19869 invoked by uid 500); 1 Feb 2012 03:20:23 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 19396 invoked by uid 500); 1 Feb 2012 03:20:08 -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 19350 invoked by uid 99); 1 Feb 2012 03:19:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 03:19:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.dillon@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 03:19:50 +0000 Received: by iaeh11 with SMTP id h11so1099472iae.2 for ; Tue, 31 Jan 2012 19:19:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=d34h1KME7VOyFkUlZou6VRemILK2q0zscB+UDhsSG90=; b=r39pwznoNpbO1XmlPyR1rX82pB7iLck4go5oaNzLSY9WcP6E16F2ceKncHkrxd7A0d Jb+DArP12zdTMWKfonSOIUrA5HSoKNV6vqyFqnrVZwiYYr/49etR2hJiNkAr2+E7DwcG tkd/G80vTokU8HzpZfEMKQ9fEidiabrg0d3jQ= Received: by 10.50.170.41 with SMTP id aj9mr1796593igc.0.1328066370127; Tue, 31 Jan 2012 19:19:30 -0800 (PST) Received: from [10.0.1.55] (c-98-248-96-179.hsd1.ca.comcast.net. [98.248.96.179]) by mx.google.com with ESMTPS id g34sm23892466ibk.10.2012.01.31.19.19.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jan 2012 19:19:28 -0800 (PST) Sender: Jason Dillon Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1251.1) Subject: Re: Confusing docs about disabling flow control From: Jason Dillon In-Reply-To: Date: Tue, 31 Jan 2012 19:19:25 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <5D275E88-71F9-41CB-8BA0-DE222BDED48D@planet57.com> References: To: users@activemq.apache.org X-Mailer: Apple Mail (2.1251.1) So is the community abandoning its documentation in favor of the fuse = documentation? I've seen similar replies a few times to go look at fuse = docs vs. what is on the activemq.apache.org site before. Would be nice to have a single concise location to find the most = current/accurate/comprehensive documentation for the project. --jason On Jan 30, 2012, at 1:41 AM, Torsten Mielke wrote: > Hello Jason, >=20 > Yes, you can simply set producerFlowControl=3Dfalse on an = out-of-the-box broker configuration without having to change the = underlying cursor.=20 > When disabling flow control, make sure to set upper limits for = storeUsage tempUsage and memoryUsage to prevent the broker from running = out of disk space or heap memory. >=20 >=20 > There is perhaps better documentation provided by FuseSource on this = topic > http://fusesource.com/products/enterprise-activemq/#documentation >=20 > Also see the persistence guide which has a full chapter on message = cursors > http://fusesource.com/docs/broker/5.5/persistence/index.html >=20 >=20 > Hope this helps, >=20 >=20 >=20 > Torsten Mielke > torsten@fusesource.com > tmielke@blogspot.com >=20 >=20 > On Jan 29, 2012, at 2:36 AM, Jason Dillon wrote: >=20 >> Near the bottom of this page = http://activemq.apache.org/producer-flow-control.html it shows: >>=20 >> >> Disabling Flow Control >> A common requirement is to disable flow control so that message = dispatching continues until all available disk is used up by pending = messages (whether persistent or non persistent messaging is configured). = To do this enable Message Cursors. >> >>=20 >> And then on the page it refers = http://activemq.apache.org/message-cursors.html the documentation = suggests that the default cursor is the store impl. >>=20 >> If I want (and do) to use the default store impl but I want to = disable flow control (as it says above) then there really is nothing to = do related to message cursors, but only to set producerFlowControl=3Dfalse= for the destinations? The documentation here is not clear. >>=20 >> Its also a bit confusing at the bottom of this page, where it covers = "Configuring Cursors" that it also configures things like dispatch = policy and deal letter strategy. How are these related to cursors? >>=20 >> Also this document covers 3 cursors types vm, file and store, but the = configuration guide at the bottom only states that vmCursor and = fileCursor (for example) are valid. >>=20 >> --jason >=20