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 B019FE7AF for ; Thu, 10 Jan 2013 16:05:38 +0000 (UTC) Received: (qmail 23591 invoked by uid 500); 10 Jan 2013 16:05:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23560 invoked by uid 500); 10 Jan 2013 16:05:38 -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 23551 invoked by uid 99); 10 Jan 2013 16:05:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 16:05:38 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.214.46 as permitted sender) Received: from [209.85.214.46] (HELO mail-bk0-f46.google.com) (209.85.214.46) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 16:05:33 +0000 Received: by mail-bk0-f46.google.com with SMTP id q16so414146bkw.33 for ; Thu, 10 Jan 2013 08:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=90NX1/toTXpMYqtkcoE+VDlYR2WgJFSLbLsemkG3sNQ=; b=a9BXKPujNyi0ZHo+zn+JEmLxxcEe9vnTzLZ/OfJOGnk4K/g0nmB5mmwmqB06sGs/Xl We+j/enc84E4pMcal2RcZ+DSG/vt8XEBcmgJWIdKgq4dycKX8fRQt5tsBu4hENLUE0y5 eld9GtgQODL6aPmTN7KwySbE/GXWDmr7CvLI1Y/QK4C+zMqAe+Z3aZTz9tCfGeOcMUPm ikFZiUVR0Mp3Fu/HkrzSwPcomVpMpF3qtzTPeIqoqnAmGhOOvB9oM4yFhfl5ZXXPqGoh Npxh7Zy/mkD0usqSJnmHlEbjuQa3Pf4bj4EmYAQNbkUh0PRdo5q5hHBtXC9R4ehr5QnH qG9w== MIME-Version: 1.0 Received: by 10.204.12.206 with SMTP id y14mr34535819bky.132.1357833912268; Thu, 10 Jan 2013 08:05:12 -0800 (PST) Sender: chubrilo@gmail.com Received: by 10.204.8.22 with HTTP; Thu, 10 Jan 2013 08:05:12 -0800 (PST) In-Reply-To: <1357795723775-4661585.post@n4.nabble.com> References: <1357795723775-4661585.post@n4.nabble.com> Date: Thu, 10 Jan 2013 17:05:12 +0100 X-Google-Sender-Auth: 3KzZzUyqglNxLCqGlnbeVxjN-iM Message-ID: Subject: Re: Help in ActiveMQ 5.6 maxframesize configuration. From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, that looks strange, maybe your client is also using some setup that keeps it at 100MB. The best thing to do is to enable debugging on org.apache.activemq.transport package and see in the logs what they negotiate. You should see something like 2013-01-10 17:04:11,753 [0.1:61616@54421] - DEBUG WireFormatNegotiator - tcp://localhost/127.0.0.1:61616@54421 after negotiation: OpenWireFormat{version=9, cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, sizePrefixDisabled=false, maxFrameSize=524288000} Regards -- Dejan Bosanac ---------------------- Red Hat, Inc. FuseSource is now part of Red Hat dbosanac@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Thu, Jan 10, 2013 at 6:28 AM, rinotan wrote: > Hi Guys, > > I would need help on the following. > Currently I'm using activemq 5.6 and trying to send files that is above > 100MB. > I understand that the default configuration for wireFormat.maxFrameSize is > 100MB. > > The configuration is as below: > > uri="tcp://0.0.0.0:61616?maximumConnections=1000&wireFormat.maxFrameSize=524288000" > discoveryUri="multicast/default"/> > > > But I still encounters error stating when i try to send a file that is more > than 100MB: > Transport Connection to: tcp//10.2.3.4:50123 failed: java.io.IOexception: > Frame Size of 191 MB larger than max allowed 100MB. > > I have changed the maxFrameSize settings to 524288000 (500MB) but it still > complain that I only set the size to 100MB. > > > Would greatly appreciate your help for this. > Thank you > > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/Help-in-ActiveMQ-5-6-maxframesize-configuration-tp4661585.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.