Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 99695 invoked from network); 22 Jun 2009 20:55:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 20:55:22 -0000 Received: (qmail 9133 invoked by uid 500); 22 Jun 2009 20:55:33 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9083 invoked by uid 500); 22 Jun 2009 20:55:33 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 9074 invoked by uid 99); 22 Jun 2009 20:55:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 20:55:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 20:55:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9076023888C2; Mon, 22 Jun 2009 20:55:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787396 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp Date: Mon, 22 Jun 2009 20:55:09 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090622205509.9076023888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Jun 22 20:55:09 2009 New Revision: 787396 URL: http://svn.apache.org/viewvc?rev=787396&view=rev Log: Fix a spelling error in the configuration uri options. Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp?rev=787396&r1=787395&r2=787396&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp (original) +++ activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp Mon Jun 22 20:55:09 2009 @@ -47,7 +47,7 @@ uriParams[CONNECTION_CLOSETIMEOUT] = "connection.closeTimeout"; uriParams[CONNECTION_SENDTIMEOUT] = "connection.sendTimeout"; - uriParams[CONNECTION_PRODUCERWINDOWSIZE] = "connection.producerWidowSize"; + uriParams[CONNECTION_PRODUCERWINDOWSIZE] = "connection.producerWindowSize"; uriParams[CONNECTION_ALWAYSSYNCSEND] = "connection.alwaysSyncSend"; uriParams[CONNECTION_USEASYNCSEND] = "connection.useAsyncSend"; uriParams[PARAM_USERNAME] = "username";