Author: buildbot
Date: Tue Jun 12 12:18:13 2012
New Revision: 821423

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/websocket.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/websocket.html
==============================================================================
--- websites/production/camel/content/websocket.html (original)
+++ websites/production/camel/content/websocket.html Tue Jun 12 12:18:13 2012
@@ -143,11 +143,9 @@ because by default the messaging is InOn
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
-...
-           from(<span class="code-quote">"activemq:topic:newsTopic"</span>)
-             .routeId(<span 
class="code-quote">"fromJMStoWebSocketSecure"</span>)
-             .to(<span class="code-quote">"websocket:<span 
class="code-comment">//localhost:8443/newsTopic?sendToAll=<span 
class="code-keyword">true</span>&amp;staticResources=classpath:webapp"</span>);
-</span>...
+from(<span class="code-quote">"activemq:topic:newsTopic"</span>)
+   .routeId(<span class="code-quote">"fromJMStoWebSocket"</span>)
+   .to(<span class="code-quote">"websocket:<span 
class="code-comment">//localhost:8443/newsTopic?sendToAll=<span 
class="code-keyword">true</span>&amp;staticResources=classpath:webapp"</span>);</span>
 </pre>
 </div></div>
 


Reply via email to