You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/22 22:55:09 UTC

svn commit: r787396 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/src/main/activemq/core/ActiveMQConstants.cpp

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";