Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 16141 invoked from network); 11 May 2006 15:02:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 15:02:39 -0000 Received: (qmail 14185 invoked by uid 500); 11 May 2006 15:02:34 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 14137 invoked by uid 500); 11 May 2006 15:02:33 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 14028 invoked by uid 99); 11 May 2006 15:02:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 08:02:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 08:02:30 -0700 Received: by py-out-1112.google.com with SMTP id x31so495073pye for ; Thu, 11 May 2006 08:02:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DU1EhilSH1ZyUtroGdD5x/3hMf3V3R1rPAXq1W8Ixgwx0cVQV47Yv8LkUOWw3JeiBSx/7/Xq+BrXNCSJIcACEO3O7m30cHS3fW3ZzBXOqjnxWTSoO86mKXBRYD2gafcIORYireIkpoOk1s5Sn/s4NQ2oSohy5IgRXnvIOxP8fjo= Received: by 10.35.111.7 with SMTP id o7mr744178pym; Thu, 11 May 2006 08:02:10 -0700 (PDT) Received: by 10.35.111.19 with HTTP; Thu, 11 May 2006 08:02:10 -0700 (PDT) Message-ID: Date: Thu, 11 May 2006 08:02:10 -0700 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: QUEUE & Message SIZE In-Reply-To: <4341837.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4341837.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/11/06, Brasil wrote: > > Hoi, > > I have a question can I change de size of the queue and of the Max length= of > a message in de configfile or some where else? if yes how? There is no maximum sizes per se; the only real limit is how much RAM we use. You should be able to put millions of messages on a queue. The messages are read into RAM as a unit, both on the client and broker side so we don't recommend you send messages which are too big (say over a few Mb) - if you want to send really large messages you could try http://activemq.org/JMS+Streams --=20 James ------- http://radio.weblogs.com/0112098/