Author: chirino
Date: Sun Jul 29 12:08:35 2012
New Revision: 1366824

URL: http://svn.apache.org/viewvc?rev=1366824&view=rev
Log:
Fixes APLO-229: Documentation: STOMP 1.0 clients *don't* specify a virtual host 
while 1.1 clients "must".

Applying patch submitted by Christian Posta.  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=1366824&r1=1366823&r2=1366824&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 
Sun Jul 29 12:08:35 2012
@@ -1219,9 +1219,9 @@ Example STOMP frame to connect to the br
     
     ^@
 
-STOMP 1.0 clients do specify which virtual host they are connecting to so
+STOMP 1.0 clients don't specify which virtual host they are connecting to so
 the broker connects those clients to the first virtual host defined in
-it's configuration.  STOMP 1.1 clients do specify a virtual host when they
+it's configuration.  STOMP 1.1 clients must specify a virtual host when they
 connect.  If no configured virtual host `host_name` matches the client's 
 requested host, the connection is terminated with an ERROR.  Therefore,
 it is critical that the virtual hosts configuration define all the 


Reply via email to