This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6e02a1a Automatic Site Publish by Buildbot
6e02a1a is described below
commit 6e02a1ac0ce0b528a10c547cb4ec0895fefbe8dc
Author: buildbot <[email protected]>
AuthorDate: Tue Nov 16 01:34:38 2021 +0000
Automatic Site Publish by Buildbot
---
output/mqtt.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/output/mqtt.html b/output/mqtt.html
index deec1e0..f193734 100644
--- a/output/mqtt.html
+++ b/output/mqtt.html
@@ -141,7 +141,7 @@
<h3 id="enabling-mqtt-over-nio">Enabling MQTT over NIO</h3>
-<p>For better scalability (and performance) you might want to run the MQTT
protocol over NIO transport. To do that just use <code
class="language-plaintext highlighter-rouge">mqtt+nio</code> transport prefix
instead of <code class="language-plaintext highlighter-rouge">matt</code>. For
example, add the following transport configuration in your XML file</p>
+<p>For better scalability (and performance) you might want to run the MQTT
protocol over NIO transport. To do that just use <code
class="language-plaintext highlighter-rouge">mqtt+nio</code> transport prefix
instead of <code class="language-plaintext highlighter-rouge">mqtt</code>. For
example, add the following transport configuration in your XML file</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><transportConnector name="mqtt+nio"
uri="mqtt+nio://localhost:1883"/>
</code></pre></div></div>