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/01/08 20:21:11 UTC

svn commit: r845560 - in /websites/production/activemq/content: amqp.html cache/main.pageCache

Author: buildbot
Date: Tue Jan  8 19:21:10 2013
New Revision: 845560

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/amqp.html
    websites/production/activemq/content/cache/main.pageCache

Modified: websites/production/activemq/content/amqp.html
==============================================================================
--- websites/production/activemq/content/amqp.html (original)
+++ websites/production/activemq/content/amqp.html Tue Jan  8 19:21:10 2013
@@ -93,13 +93,13 @@
 
 <h3><a shape="rect" name="AMQP-Security"></a>Security</h3>
 
-<p>The AQMP implementation fully supports an <a shape="rect" href="security.html" title="Security">ActiveMQ security</a> mechanism. This means that the broker accepts plain SASL authentication. Also, the authorization policies will be applied when you try to access (read/write) certain destinations.</p>
+<p>The AMQP implementation fully supports an <a shape="rect" href="security.html" title="Security">ActiveMQ security</a> mechanism. This means that the broker accepts plain SASL authentication. Also, the authorization policies will be applied when you try to access (read/write) certain destinations.</p>
 
 <div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>SSL</b><br clear="none">For additional security, you can use AMQP over SSL as described in the following section.</td></tr></table></div>
 
 <h3><a shape="rect" name="AMQP-EnablingAMQPoverNIO"></a>Enabling AMQP over NIO</h3>
 
-<p>For better scalability (and performance) you might want to run AMQP protocol over NIO transport. To do that just use <tt>amqp+nio</tt> transport prefix instead of <tt>amqp</tt>. For example, add the following transport configuration in your XML file</p>
+<p>For better scalability (and performance) you might want to run the AMQP protocol over the NIO transport. To do that just use <tt>amqp+nio</tt> transport prefix instead of <tt>amqp</tt>. For example, add the following transport configuration in your XML file:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">
@@ -107,11 +107,11 @@
 </pre>
 </div></div>
 
-<p>This transport use <a shape="rect" class="external-link" href="http://activemq.apache.org/configuring-transports.html#ConfiguringTransports-TheNIOTransport">NIO transport</a> underneath and will generally use much less threads than standard connector. This connector can help if you want to use <a shape="rect" class="external-link" href="http://activemq.apache.org/how-do-i-configure-10s-of-1000s-of-queues-in-a-single-broker-.html">large number of queues</a></p>
+<p>This transport uses the <a shape="rect" class="external-link" href="http://activemq.apache.org/configuring-transports.html#ConfiguringTransports-TheNIOTransport">NIO transport</a> underneath and will generally use much less threads than the standard connector. This connector can help if you want to use <a shape="rect" class="external-link" href="http://activemq.apache.org/how-do-i-configure-10s-of-1000s-of-queues-in-a-single-broker-.html">large number of queues</a></p>
 
 <h3><a shape="rect" name="AMQP-EnablingAMQPoverSSL"></a>Enabling AMQP over SSL</h3>
 
-<p>It's easy to configure ActiveMQ to use AMQP over SSL connection. All you have to do is use <tt>amqp+ssl</tt> transport prefix instead of <tt>amqp</tt>. For example, add the following transport configuration in your XML file</p>
+<p>It's easy to configure ActiveMQ to use AMQP over a SSL connection. All you have to do is use the <tt>amqp+ssl</tt> transport prefix instead of <tt>amqp</tt>. For example, add the following transport configuration in your XML file:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-xml">
@@ -119,12 +119,12 @@
 </pre>
 </div></div>
 
-<ul><li>For more details on using SSL with ActiveMQ see the following article (<a shape="rect" class="external-link" href="http://activemq.apache.org/how-do-i-use-ssl.html">How do I use SSL</a>).</li></ul>
+<ul><li>For more details on using SSL with ActiveMQ, see the following article (<a shape="rect" class="external-link" href="http://activemq.apache.org/how-do-i-use-ssl.html">How do I use SSL</a>).</li></ul>
 
 
 <h3><a shape="rect" name="AMQP-WorkingwithDestinationswithAMQP"></a>Working with Destinations with AMQP</h3>
 
-<p>You should prefix destination address with `queue://` to use Queue based destinations or `topic://` to use topic based destinations.  If an AMQP address ised used with out the prefix, it will be used as a Queue.</p>
+<p>You should prefix destination address with `queue://` to use Queue based destinations or `topic://` to use topic based destinations.  If an AMQP address is used without the prefix, it will be used as a Queue.</p>
 
           </div>
         </td>

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