You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2013/05/02 23:31:29 UTC

svn commit: r860636 - in /websites/production/activemq/content: cache/main.pageCache how-do-i-use-ssl.html

Author: buildbot
Date: Thu May  2 21:31:24 2013
New Revision: 860636

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/how-do-i-use-ssl.html

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

Modified: websites/production/activemq/content/how-do-i-use-ssl.html
==============================================================================
--- websites/production/activemq/content/how-do-i-use-ssl.html (original)
+++ websites/production/activemq/content/how-do-i-use-ssl.html Thu May  2 21:31:24 2013
@@ -117,13 +117,6 @@ export SSL_OPTS = -Djavax.net.ssl.keySto
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">
 &lt;beans
-  xmlns=<span class="code-quote">"http://www.springframework.org/schema/beans"</span>
-  <span class="code-keyword">xmlns:amq</span>=<span class="code-quote">"http://activemq.apache.org/schema/core"</span>
-  <span class="code-keyword">xmlns:xsi</span>=<span class="code-quote">"http://www.w3.org/2001/XMLSchema-instance"</span>
-  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
-  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"&gt;
-
-  <span class="code-tag"><span class="code-comment">&lt;!--  lets create an embedded ActiveMQ Broker --&gt;</span></span>
   <span class="code-tag">&lt;amq:broker useJmx=<span class="code-quote">"false"</span> persistent=<span class="code-quote">"false"</span>&gt;</span>
 
     <span class="code-tag">&lt;amq:sslContext&gt;</span>
@@ -137,12 +130,11 @@ export SSL_OPTS = -Djavax.net.ssl.keySto
     <span class="code-tag">&lt;/amq:transportConnectors&gt;</span>
 
   <span class="code-tag">&lt;/amq:broker&gt;</span>
-
 <span class="code-tag">&lt;/beans&gt;</span>
 </pre>
 </div></div>
 
-<p>The SslContext is used to configure the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/tcp/SslTransportFactory.java">SslTransportFactory</a> for that broker. Full details of the configuration options available can be seen in the <a shape="rect" class="external-link" href="http://activemq.apache.org/schema/core/activemq-core-5.2-SNAPSHOT.xsd">schema definition</a> or in the accessors of <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/main/java/org/apache/activemq/spring/SpringSslContext.java">org.apache.activemq.spring.SpringSslContext</a></p>
+<p>The SslContext is used to configure the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-client/src/main/java/org/apache/activemq/transport/tcp/SslTransportFactory.java">SslTransportFactory</a> for that broker. Full details of the configuration options available can be seen in the <a shape="rect" class="external-link" href="http://activemq.apache.org/schema/core/activemq-core-5.2-SNAPSHOT.xsd">schema definition</a> or in the accessors of <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/activemq/trunk/activemq-spring/src/main/java/org/apache/activemq/spring/SpringSslContext.java">org.apache.activemq.spring.SpringSslContext</a></p>
 
 <h3><a shape="rect" name="HowdoIuseSSL-StartingtheClient"></a>Starting the Client</h3>