From users-return-3712-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Mon Jan 31 15:01:59 2011 Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 1678 invoked from network); 31 Jan 2011 15:01:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2011 15:01:59 -0000 Received: (qmail 54677 invoked by uid 500); 31 Jan 2011 15:01:59 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 54433 invoked by uid 500); 31 Jan 2011 15:01:55 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 54413 invoked by uid 99); 31 Jan 2011 15:01:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 15:01:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cuerty@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-wy0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 15:01:48 +0000 Received: by wyb39 with SMTP id 39so8046836wyb.15 for ; Mon, 31 Jan 2011 07:01:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=/n3PIiwpBkFJzSJkpZeSCe3V795xJ8eKpV8YujADMOE=; b=aJUnRrni8Kjfmen/xdaz4VfJGU7WRndyYfzhBgIphEoZJNVA+H6tezq1Yp28CuAFiF /uqlwuM9uTBPdB4OafMDme0IuNEU5jjeN0y1o4FGJUHDyaE1KCLHWbTtUX6KSLSokDac OH9OMF1VRnHBbQfmJ3ZynMT3Ui1gudpoLsKgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=fTB/tS79RP2joA3fXxbLevKdwWXBhCE3//pwfrJFU3LDFxRymi7O/qgPaxeKqZmXoQ +GUski7cn9YQU66Ev9gVo4gt1aDgLbuixajt1KAZWpSuoGUG8xFfkJk13pxQlk72NYDq uMnpzXwCdtmSEpstGwapOrWDkaHISK080k1DM= Received: by 10.216.0.140 with SMTP id 12mr6138221web.29.1296486087322; Mon, 31 Jan 2011 07:01:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.51.144 with HTTP; Mon, 31 Jan 2011 07:01:07 -0800 (PST) From: Angel Freire Date: Mon, 31 Jan 2011 12:01:07 -0300 Message-ID: Subject: Help configuring persistence plugin To: users Content-Type: text/plain; charset=ISO-8859-1 Hi, I need a guide or help configuring the persistence plugin [0]. This is my current qpidd.conf: log-to-syslog=yes log-to-stderr=no daemon=yes auth=no worker-threads=16 # transport=tcp pid-dir=/var/run/qpidd data-dir=/var/lib/qpidd store-dir=/var/lib/qpidd/store num-jfiles32 jfile-size-pgs=96 wcache-page-size=128 tpl-num-jfiles=32 tpl-jfile-size-pgs=96 tpl-wcache-page-size=128 I need to be able to enqueue about 2.500.000 msgs that are normally 400 bytes long. Currently, with those settings, I get a lot of messages like this: framing-error: Enqueue capacity threshold exceeded on queue "charges_async_request". (JournalImpl.cpp:621) I'm using the version 0.6 of the broker and the plugin. Thanks, Angel [0] http://qpidcomponents.org/download.html#persistence -- http://blog.cuerty.com "If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on and the dedication to go through with it." - John Carmack --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org