You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ce...@apache.org on 2013/07/25 18:02:09 UTC

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

Author: ceposta
Date: Thu Jul 25 16:02:09 2013
New Revision: 1507037

URL: http://svn.apache.org/r1507037
Log:
add documentation for APLO-325

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=1507037&r1=1507036&r2=1507037&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 Jul 25 16:02:09 2013
@@ -267,7 +267,6 @@ to bind. For example:
 * `ws://[::]:61623` binds to all IPv4 and IPv6 interfaces on port 61623
 * `wss://127.0.0.1:0` binds to the loopback interface on a dynamic port
 
-<!-- 
 The WebSocket URI also supports the following query parameters to fine tune
 the settings used on the socket:
 
@@ -284,7 +283,6 @@ Example configuraiton:
 {pygmentize:: xml}
 <connector id="ws" bind="ws://0.0.0.0:61623?binary_transfers=false"/>
 {pygmentize}
--->
 
 One thing worth noting is that web sockets (just as Ajax) implements the same
 origin policy, so by default you can access only brokers running on the same host as