You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/08/16 17:07:24 UTC

svn commit: r1373875 - /activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Author: chirino
Date: Thu Aug 16 15:07:23 2012
New Revision: 1373875

URL: http://svn.apache.org/viewvc?rev=1373875&view=rev
Log:
Fixes APLO-221 : Documentation Incorrect regarding default credit window for a STOMP subscription

Applied Christian Posta patch.  Many thanks!

Modified:
    activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Modified: activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1373875&r1=1373874&r2=1373875&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md Thu Aug 16 15:07:23 2012
@@ -1404,7 +1404,7 @@ The `credit` header value is expected to
    the TCP socket which is typically 65536 bytes.
 
 If the `credit` header is not specified it has the same effect
-as if it had been set to `credit:1,65536`.  This setting allows the broker
+as if it had been set to `credit:655360,655360`.  This setting allows the broker
 to optimally stream many small messages to the client or without overloading
 the clients processing buffers.