Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 70488 invoked from network); 25 May 2009 03:10:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 03:10:33 -0000 Received: (qmail 32599 invoked by uid 500); 25 May 2009 01:12:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 32442 invoked by uid 500); 25 May 2009 01:12:00 -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 32178 invoked by uid 99); 25 May 2009 01:08:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 01:08:30 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 01:08:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M8OfX-0002sX-PT for users@activemq.apache.org; Sun, 24 May 2009 18:07:59 -0700 Message-ID: <23699888.post@talk.nabble.com> Date: Sun, 24 May 2009 18:07:59 -0700 (PDT) From: tonypiazza To: users@activemq.apache.org Subject: Configure Broker to send messages to durable topic as fast as possible MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: anthonypiazza@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org I am using ActiveMQ embedded in my Spring app to send a large number of messages asynchronously to a durable topic. I need to modify the Broker configuration so that my app can send the messages as quickly as possible. Here is the portion of my spring.xml file related to the embedded broker: >From what I've read on the site, there are a few configuration options (producerFlowControl and producerWindowSize) that can be specified to improve the rate that messages can be sent. Can anyone tell me the easiest way to specify these options in my spring.xml file? Thanks in advance for any advice you can give me. Tony -- View this message in context: http://www.nabble.com/Configure-Broker-to-send-messages-to-durable-topic-as-fast-as-possible-tp23699888p23699888.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.